dependabot[bot] opened a new pull request, #3437: URL: https://github.com/apache/iceberg-python/pull/3437
Bumps [bodo](https://github.com/bodo-ai/Bodo) from 2026.4 to 2026.5. <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.5</h2> <h2>What's Changed</h2> <h1>Bodo 2026.5 Release (Date: 05/22/2026)</h1> <h3>🎉 Highlights</h3> <p>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.</p> <h3>✨ New Features</h3> <h4>GPU execution mode</h4> <p>The following operators now run on GPUs:</p> <ul> <li> <p>Iceberg read and write support: DataFrame.to_iceberg() and read_iceberg()</p> </li> <li> <p>sort_values()</p> </li> <li> <p>Cross joins</p> </li> <li> <p>String functions: str.contains, str.match, str.slice, and str.strip</p> </li> <li> <p>Series.isin()</p> </li> <li> <p>Series.notna() & Series.notnull()</p> </li> <li> <p>Taking the power of a Series (i.e. Series.__pow__)</p> </li> <li> <p>SeriesGroupby & DataFrameGroupby all() and any()</p> </li> </ul> <p>In addition to these new operators, we made the following improvements:</p> <ul> <li> <p>Automatically set OMPI_MCA_pml=ucx during package import; users no longer have to explicitly set OMPI_MCA_pml.</p> </li> <li> <p>Added support for the dropna argument in groupby.</p> </li> <li> <p>Changed GPU batch size behavior to adjust batch size based on system GPU memory.</p> </li> <li> <p>Fixed correctness issue in groupby nunique().</p> </li> <li> <p>Fixed correctness issues with groupby Pandas fallback.</p> </li> <li> <p>Fixed hang in broadcast join.</p> </li> <li> <p>Fixed hang in pipelines that end in limit and transfer data between CPU and GPU.</p> </li> <li> <p>Handle empty data/all null data in Series reductions.</p> </li> <li> <p>Write Pandas metadata in to_parquet().</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bodo-ai/Bodo/commit/4bc3c79623010320389175e767a1a805f512db67"><code>4bc3c79</code></a> [GPU] BSE-5428: Fix GPU Nunique (<a href="https://redirect.github.com/bodo-ai/Bodo/issues/1178">#1178</a>)</li> <li><a href="https://github.com/bodo-ai/Bodo/commit/3ccaf5a5ebb42a46e509890c26a5fa5e0a019078"><code>3ccaf5a</code></a> Build platform package in container for compat (<a href="https://redirect.github.com/bodo-ai/Bodo/issues/1182">#1182</a>)</li> <li><a href="https://github.com/bodo-ai/Bodo/commit/60d5621332426db9fabdbfcd92cee00c12c41060"><code>60d5621</code></a> Fix Narwhals test hang (<a href="https://redirect.github.com/bodo-ai/Bodo/issues/1181">#1181</a>)</li> <li><a href="https://github.com/bodo-ai/Bodo/commit/7bdc9bc66fe8c2d37ec926981e166dcf2e6a310f"><code>7bdc9bc</code></a> Support test_cond.py in BodoSQL C++ backend (<a href="https://redirect.github.com/bodo-ai/Bodo/issues/1176">#1176</a>)</li> <li><a href="https://github.com/bodo-ai/Bodo/commit/c429c922d44f93103f7dc09e6fe7b86dd90884c1"><code>c429c92</code></a> [GPU] Only reduce on ranks with data. (<a href="https://redirect.github.com/bodo-ai/Bodo/issues/1180">#1180</a>)</li> <li><a href="https://github.com/bodo-ai/Bodo/commit/26ba98db61f7084cd4ff98d2078aa0ea6235aac5"><code>26ba98d</code></a> [GPU] workers > gpus, groupby fallback (<a href="https://redirect.github.com/bodo-ai/Bodo/issues/1179">#1179</a>)</li> <li><a href="https://github.com/bodo-ai/Bodo/commit/b94eec31bc4ced65d78cc73120923386f093722d"><code>b94eec3</code></a> [GPU] More stats aggregations in bodosql C++ backend. (<a href="https://redirect.github.com/bodo-ai/Bodo/issues/1174">#1174</a>)</li> <li><a href="https://github.com/bodo-ai/Bodo/commit/a04a2b164b973761a2c97ea29fc80d0404228b2e"><code>a04a2b1</code></a> [GPU] Fix shuffle hangs in limit pipelines (<a href="https://redirect.github.com/bodo-ai/Bodo/issues/1171">#1171</a>)</li> <li><a href="https://github.com/bodo-ai/Bodo/commit/443cf270a3769e2ad8cad16fa122bcf44ee6bf72"><code>443cf27</code></a> [GPU] Fix Conda missing NVML dependency (<a href="https://redirect.github.com/bodo-ai/Bodo/issues/1164">#1164</a>)</li> <li><a href="https://github.com/bodo-ai/Bodo/commit/e21cd495655acbf4f17c51debd9e09c43433f419"><code>e21cd49</code></a> Support aggregation function lists in agg function dict [GPU] (<a href="https://redirect.github.com/bodo-ai/Bodo/issues/1175">#1175</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bodo-ai/Bodo/compare/2026.4...2026.5">compare view</a></li> </ul> </details> <br /> [](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]
