Bodo 2026.6 Release (Date: 06/19/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
SUBSTRfunction support - All TPC-H now execute on the C++ backend without fallback
SEARCHfunction and newliteral_aggimplementation- 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)