Skip to content

Build: Bump bodo from 2026.1 to 2026.6#157

Open
dependabot[bot] wants to merge 1 commit into
li-0.11from
dependabot/uv/bodo-2026.6
Open

Build: Bump bodo from 2026.1 to 2026.6#157
dependabot[bot] wants to merge 1 commit into
li-0.11from
dependabot/uv/bodo-2026.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Bumps bodo from 2026.1 to 2026.6.

Release notes

Sourced from bodo's releases.

2026.6

Bodo 2026.6 Release (Date: 06/18/2026)

🎉 Highlights

This release continues expanding the BodoSQL C++ backend, significantly increasing the range of queries that run without falling back to JIT compilation. The C++ backend is now the default for BodoSQL but it will still fallback to JIT if it encounters an unsupported query.

✨ New Features

BodoSQL C++ backend

  • Non-equi join support
  • LEFT join and SUBSTR function support
  • All TPC-H now execute on the C++ backend without fallback
  • SEARCH function and new literal_agg implementation
  • Reduction arguments and forced broadcast join
  • SQL rules applied in groupby
  • JIT fallback disabled via pytest fixture for C++ backend tests

🐛 Bug Fixes

  • Stopped non-GPU ranks from obtaining CUDA contexts

🛠️ Infrastructure

  • Added GPU platform package variant
  • All GPU-marked tests now verify non-GPU ranks are not making GPU 0 allocations

⚙️ Dependency Changes

  • Upgraded to PyArrow 24 (BSE-5417)

New Contributors

Full Changelog: bodo-ai/Bodo@2026.5...2026.6

2026.5

What's Changed

Bodo 2026.5 Release (Date: 05/22/2026)

🎉 Highlights

This release, we are excited to add support for more GPU operators including sort, Iceberg I/O, and string functions in Bodo DataFrames' GPU execution mode, available through the CUDA-enabled variant of our conda package, in addition to several bug fixes and UX improvements.

✨ New Features

GPU execution mode

The following operators now run on GPUs:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [bodo](https://github.com/bodo-ai/Bodo) from 2026.1 to 2026.6.
- [Release notes](https://github.com/bodo-ai/Bodo/releases)
- [Commits](bodo-ai/Bodo@2026.1...2026.6)

---
updated-dependencies:
- dependency-name: bodo
  dependency-version: '2026.6'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants