dependabot[bot] opened a new pull request, #3566:
URL: https://github.com/apache/iceberg-python/pull/3566

   Bumps [bodo](https://github.com/bodo-ai/Bodo) from 2026.5 to 2026.6.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/bodo-ai/Bodo/releases";>bodo's releases</a>.</em></p>
   <blockquote>
   <h2>2026.6</h2>
   <h1>Bodo 2026.6 Release (Date: 06/18/2026)</h1>
   <h3>🎉 Highlights</h3>
   <p>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.</p>
   <h3>✨ New Features</h3>
   <h4>BodoSQL C++ backend</h4>
   <ul>
   <li>Non-equi join support</li>
   <li>LEFT join and <code>SUBSTR</code> function support</li>
   <li>All TPC-H now execute on the C++ backend without fallback</li>
   <li><code>SEARCH</code> function and new <code>literal_agg</code> 
implementation</li>
   <li>Reduction arguments and forced broadcast join</li>
   <li>SQL rules applied in groupby</li>
   <li>JIT fallback disabled via pytest fixture for C++ backend tests</li>
   </ul>
   <h3>🐛 Bug Fixes</h3>
   <ul>
   <li>Stopped non-GPU ranks from obtaining CUDA contexts</li>
   </ul>
   <h3>🛠️ Infrastructure</h3>
   <ul>
   <li>Added GPU platform package variant</li>
   <li>All GPU-marked tests now verify non-GPU ranks are not making GPU 0 
allocations</li>
   </ul>
   <h3>⚙️ Dependency Changes</h3>
   <ul>
   <li>Upgraded to PyArrow 24 (BSE-5417)</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/yu-liu24";><code>@​yu-liu24</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/bodo-ai/Bodo/pull/1211";>bodo-ai/Bodo#1211</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/bodo-ai/Bodo/compare/2026.5...2026.6";>https://github.com/bodo-ai/Bodo/compare/2026.5...2026.6</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/593beed80f23602c292348953a18dd7b97506061";><code>593beed</code></a>
 Filter ID not found. (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/1228";>#1228</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/3114e82a5f8bbc416e0211229f02feca45cb550a";><code>3114e82</code></a>
 Fix BodoSQL test_time_to_char nightly test (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/1229";>#1229</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/c8bd4eb23102b2e023bf36844f7718b9a0526fbe";><code>c8bd4eb</code></a>
 More fixes for enabling BodoSQL C++ backend (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/1224";>#1224</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/8dbbae0d602ad3b0aafe0319f68f8789f2847f9e";><code>8dbbae0</code></a>
 Don't read tpch data with bodo jit so it doesn't add dict columns. (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/1226";>#1226</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/d462d5adf24380b97fb2bb8dda5b1404c7a8ad3f";><code>d462d5a</code></a>
 More Date/Time Functions (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/1220";>#1220</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/b8d6cb461fe356798596a36bcc822b696ac359af";><code>b8d6cb4</code></a>
 Fix Pyiceberg type annotations in filter conversion (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/1225";>#1225</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/cfe7332b61d506bc18cf5126da0e203c4d9f03c9";><code>cfe7332</code></a>
 More fixes for enabling BodoSQL C++ backend (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/1218";>#1218</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/3988def70615c47b073319aa32b40b9b10958b1a";><code>3988def</code></a>
 Change runner image to ensure Visual Studio 2022 in included (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/1222";>#1222</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/5f493477653b4c5a3e2f71201d1e958eb38da13d";><code>5f49347</code></a>
 SEARCH and new literal_agg implementation. (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/1219";>#1219</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/58dc6662d9e5a136a9bc17b0bedfb2f676c2bfb3";><code>58dc666</code></a>
 Support BodoDataFrame.query() [GPU] (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/1217";>#1217</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/bodo-ai/Bodo/compare/2026.5...2026.6";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bodo&package-manager=uv&previous-version=2026.5&new-version=2026.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to