Skip to content

Build: Bump bodo from 2026.6 to 2026.7#3677

Merged
Fokko merged 1 commit into
mainfrom
dependabot/uv/bodo-2026.7
Jul 18, 2026
Merged

Build: Bump bodo from 2026.6 to 2026.7#3677
Fokko merged 1 commit into
mainfrom
dependabot/uv/bodo-2026.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 17, 2026

Copy link
Copy Markdown
Contributor

Bumps bodo from 2026.6 to 2026.7.

Release notes

Sourced from bodo's releases.

2026.7

Bodo 2026.7 Release (Date: 07/09/2026)

🎉 Highlights

This release, we are excited to significantly expand the range of queries that run in the BodoSQL C++ backend as well as add initial support for executing SQL on GPU. In addition to improvements in the C++ backend, we also add support for writing theta sketches with Bodo DataFrame’s to_iceberg() function and fix several bugs.

✨ New Features

  • The DataFrame library Iceberg writer now writes theta sketches.

BodoSQL C++ backend

  • Added string functions: REGEXP_SUBSTR, POSITION/CHARINDEX, RTRIMMED_LENGTH, INSERT
  • Added bitwise functions: BITAND, BITOR, BITXOR, BITSHIFTLEFT, BITSHIFTRIGHT, BITNOT, GETBIT
  • Added numeric bool functions: BOOLAND, BOOLOR, BOOLXOR, BOOLNOT
  • Added conditional functions: EQUALNULL, NVL2, ZEROIFNULL, REGR_VALX, REGR_VALY, DECODE
  • Added date/time functions: DATEDIFF, NEXT_DAY, PREVIOUS_DAY, DAYOFWEEKISO, YEAROFWEEKISO, YEARWEEK, STR_TO_DATE
  • Added MOD
  • Added Trigonometric functions
  • Added LEAST, GREATEST, ANY and ALL
  • Enabled min/max join filter pushdown to IO for Iceberg read
  • Enabled converting all Iceberg filter types
  • Added initial support for use of GPU in BodoSQL C++ backend

🐛 Bug Fixes

  • Added additional datatype validation to Series filter with a scalar value
  • Fixed correctness bug in Iceberg row-level filter expressions
  • Fixed a bug causing columns to have the wrong name when read from an Iceberg table and selecting a subset of columns
  • Fixed a GPU bug where join probe were being processed before join build was finished
  • Fixed segmentation fault in JIT compiler for matplotlib >= 3.11

⚙️ Dependency Updates

  • Upgraded to RAPIDS version 26.06

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

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.6 to 2026.7.
- [Release notes](https://github.com/bodo-ai/Bodo/releases)
- [Commits](bodo-ai/Bodo@2026.6...2026.7)

---
updated-dependencies:
- dependency-name: bodo
  dependency-version: '2026.7'
  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 Jul 17, 2026
@Fokko
Fokko merged commit 832f9a6 into main Jul 18, 2026
17 checks passed
@Fokko
Fokko deleted the dependabot/uv/bodo-2026.7 branch July 18, 2026 20:17
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.

1 participant