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

   Bumps [bodo](https://github.com/bodo-ai/Bodo) from 2025.10.2 to 2025.12.
   <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>2025.12</h2>
   <h1>Bodo 2025.12 Release (Date: 12/11/2025) {#December_2025}</h1>
   <h3>🎉 Highlights</h3>
   <p>This release, we are excited to add Join Filters in the plan optimizer, 
significantly improving performance on real workloads. We also improve Bodo's 
timezone support and fix several minor bugs.</p>
   <h3>✨ New Features</h3>
   <ul>
   <li>Support datetime.datetime in query plans.</li>
   <li>Validate repl argument of Series.str.replace same as Pandas.</li>
   <li>Improve concat output order.</li>
   <li>Support Series.take().</li>
   <li>Support timezones in to_datetime.</li>
   </ul>
   <h3>🏎️ Performance Improvements</h3>
   <ul>
   <li>Add Join Filters to remove rows with keys that won’t match a join key as 
early as possible.</li>
   <li>Box/unbox date arrays using Arrow.</li>
   <li>Box/unbox time arrays using Arrow.</li>
   </ul>
   <h3>🐛 Bug Fixes</h3>
   <ul>
   <li>Avoid hang in scattering BodoSeries.</li>
   <li>Fix explode bug for Arrow large list type.</li>
   <li>Allow int64/uint64 mismatch in some internal data structures.</li>
   <li>Fix for ArrowExtensionArray iloc indexing.</li>
   <li>Fix timezone in convert_dtypes.</li>
   <li>Fix for nested join.</li>
   <li>Fixed remove unused column pass to keep column references alive in 
conjunction with duckdb version upgrade.</li>
   <li>Better support for operations that result in empty dataframes.</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/bodo-ai/Bodo/compare/2025.11.2...2025.12";>https://github.com/bodo-ai/Bodo/compare/2025.11.2...2025.12</a></p>
   <h2>2025.11.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Pipeline reordering. by <a 
href="https://github.com/DrTodd13";><code>@​DrTodd13</code></a> in <a 
href="https://redirect.github.com/bodo-ai/Bodo/pull/933";>bodo-ai/Bodo#933</a></li>
   <li>NaN/NA handling. by <a 
href="https://github.com/DrTodd13";><code>@​DrTodd13</code></a> in <a 
href="https://redirect.github.com/bodo-ai/Bodo/pull/926";>bodo-ai/Bodo#926</a></li>
   <li>2025.11 Release notes by <a 
href="https://github.com/IsaacWarren";><code>@​IsaacWarren</code></a> in <a 
href="https://redirect.github.com/bodo-ai/Bodo/pull/936";>bodo-ai/Bodo#936</a></li>
   <li>Numba 0.62.1 upgrade by <a 
href="https://github.com/scott-routledge2";><code>@​scott-routledge2</code></a> 
in <a 
href="https://redirect.github.com/bodo-ai/Bodo/pull/934";>bodo-ai/Bodo#934</a></li>
   <li>Add metrics for Iceberg Read/Parquet Read by <a 
href="https://github.com/scott-routledge2";><code>@​scott-routledge2</code></a> 
in <a 
href="https://redirect.github.com/bodo-ai/Bodo/pull/935";>bodo-ai/Bodo#935</a></li>
   <li>More fixes for narwhals tests. by <a 
href="https://github.com/DrTodd13";><code>@​DrTodd13</code></a> in <a 
href="https://redirect.github.com/bodo-ai/Bodo/pull/937";>bodo-ai/Bodo#937</a></li>
   <li>Filter manifest files based on partition summaries by <a 
href="https://github.com/scott-routledge2";><code>@​scott-routledge2</code></a> 
in <a 
href="https://redirect.github.com/bodo-ai/Bodo/pull/938";>bodo-ai/Bodo#938</a></li>
   <li>Pin Numba to 0.62 by <a 
href="https://github.com/scott-routledge2";><code>@​scott-routledge2</code></a> 
in <a 
href="https://redirect.github.com/bodo-ai/Bodo/pull/940";>bodo-ai/Bodo#940</a></li>
   <li>Increase timeout for BodoSQL smoke test by <a 
href="https://github.com/IsaacWarren";><code>@​IsaacWarren</code></a> in <a 
href="https://redirect.github.com/bodo-ai/Bodo/pull/939";>bodo-ai/Bodo#939</a></li>
   <li>Support np.ufunc calls on BodoSeries by <a 
href="https://github.com/ehsantn";><code>@​ehsantn</code></a> in <a 
href="https://redirect.github.com/bodo-ai/Bodo/pull/941";>bodo-ai/Bodo#941</a></li>
   <li>Todd/prune fix by <a 
href="https://github.com/DrTodd13";><code>@​DrTodd13</code></a> in <a 
href="https://redirect.github.com/bodo-ai/Bodo/pull/942";>bodo-ai/Bodo#942</a></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/71f3530183d09897e8f7051ebf1664bd3f5cf62a";><code>71f3530</code></a>
 Fix Conda Build Pipeline (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/966";>#966</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/066679abf8765b2cf6a6d46a8471fb447f926bc6";><code>066679a</code></a>
 Support timezones in to_datetime and avoid convert_dtypes bug (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/962";>#962</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/0323dba7ee32cc76da933de857d9b25d51fae42f";><code>0323dba</code></a>
 Handle block manager take() properly (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/965";>#965</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/ed3ba455ecc95d1bc4378af4d9a589745164d44b";><code>ed3ba45</code></a>
 Improve concat output order (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/963";>#963</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/e604717197c44efa88edd849ef99c5ad87c329cd";><code>e604717</code></a>
 Support datetime.datetime in query plans (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/960";>#960</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/cedf86d9f569b8f294cf8dc4f48302d69c3b2011";><code>cedf86d</code></a>
 Disable dynamic filter error (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/961";>#961</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/afb7cab6112ab026cb70c89783daa80e60a6f029";><code>afb7cab</code></a>
 Fix Pandas bug for ArrowExtensionArray iloc indexing (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/959";>#959</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/408274b2b04ffa91db06c92fb9ac02905d066222";><code>408274b</code></a>
 Fix C++ compilation on Mac (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/958";>#958</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/f05b65b2aaf49cbf5f510471469210ccfa827e60";><code>f05b65b</code></a>
 Support empty duckdb node type. (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/955";>#955</a>)</li>
   <li><a 
href="https://github.com/bodo-ai/Bodo/commit/d9dbf1385cc469374e5672eb6d737be7e73fbbea";><code>d9dbf13</code></a>
 Allow int64/uint64 mismatch in buffer &amp; input (<a 
href="https://redirect.github.com/bodo-ai/Bodo/issues/956";>#956</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/bodo-ai/Bodo/compare/2025.10.2...2025.12";>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=2025.10.2&new-version=2025.12)](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 merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@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