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

   Bumps [polars](https://github.com/pola-rs/polars) from 1.32.0 to 1.32.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/pola-rs/polars/releases";>polars's 
releases</a>.</em></p>
   <blockquote>
   <h2>Python Polars 1.32.2</h2>
   <h2>🐞 Bug fixes</h2>
   <ul>
   <li>Return correct python package version (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23951";>#23951</a>)</li>
   </ul>
   <h2>📖 Documentation</h2>
   <ul>
   <li>Add <code>arr.len()</code> on the website (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23944";>#23944</a>)</li>
   </ul>
   <p>Thank you to all our contributors for making this release possible!
   <a href="https://github.com/coastalwhite";><code>@​coastalwhite</code></a> 
and <a 
href="https://github.com/etiennebacher";><code>@​etiennebacher</code></a></p>
   <h2>Python Polars 1.32.1</h2>
   <h2>🚀 Performance improvements</h2>
   <ul>
   <li>Optimise <code>BytecodeParser</code> usage from 
<code>warn_on_inefficient_map</code> (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23809";>#23809</a>)</li>
   <li>Lower extend_constant to the streaming engine (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23824";>#23824</a>)</li>
   <li>Lower pl.repeat to streaming engine (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23804";>#23804</a>)</li>
   <li>Remove redundant clone (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23771";>#23771</a>)</li>
   </ul>
   <h2>✨ Enhancements</h2>
   <ul>
   <li>Lower <code>rle_id</code> to a native streaming node (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23894";>#23894</a>)</li>
   <li>Pass <code>endpoint_url</code> loaded from 
<code>CredentialProviderAWS</code> to <code>scan/write_delta</code> (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23812";>#23812</a>)</li>
   <li>Dispatch <code>scan_iceberg</code> to native by default (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23912";>#23912</a>)</li>
   <li>Lower <code>unique_counts</code> and <code>value_counts</code> to 
streaming engine (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23890";>#23890</a>)</li>
   <li>Support initializing from <code>__arrow_c_schema__</code> protocol in 
<code>pl.Schema</code> (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23879";>#23879</a>)</li>
   <li>Better handle broken local package environment in 
<code>show_versions</code> (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23885";>#23885</a>)</li>
   <li>Implement <code>dt.days_in_month</code> function (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23119";>#23119</a>)</li>
   <li>Making <code>Expr.rolling_*_by</code> methods available to 
<code>pl.Series</code> (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23742";>#23742</a>)</li>
   <li>Fix errors on native <code>scan_iceberg</code> (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23811";>#23811</a>)</li>
   <li>Reinterpret binary data to fixed size numerical array (<a 
href="https://redirect.github.com/pola-rs/polars/issues/22840";>#22840</a>)</li>
   <li>Make <code>rolling_map</code> serializable (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23848";>#23848</a>)</li>
   <li>Ensure <code>CachingCredentialProvider</code> returns copied credentials 
dict (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23817";>#23817</a>)</li>
   <li>Change typing for <code>.remote()</code> from <code>LazyFrameExt</code> 
to <code>LazyFrameRemote</code> (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23825";>#23825</a>)</li>
   <li>Implement <code>repeat_by</code> for <code>Array</code> and 
<code>Null</code> (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23794";>#23794</a>)</li>
   <li>Add DeprecationWarning on passing physical ordering to Categorical (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23779";>#23779</a>)</li>
   <li>Pre-filtered decode and row group skipping with Iceberg / Delta / scans 
with cast options (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23792";>#23792</a>)</li>
   <li>Update <code>BytecodeParser</code> opcode awareness for upcoming Python 
3.14 (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23782";>#23782</a>)</li>
   </ul>
   <h2>🐞 Bug fixes</h2>
   <ul>
   <li>Categorical namespace functions fail on <code>Enum</code> columns (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23925";>#23925</a>)</li>
   <li>Properly set sumwise complete on filter for missing columns (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23877";>#23877</a>)</li>
   <li>Restore Arrow-FFI-based Python&lt;-&gt;Rust conversion in pyo3-polars 
(<a 
href="https://redirect.github.com/pola-rs/polars/issues/23881";>#23881</a>)</li>
   <li>Group By with filters (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23917";>#23917</a>)</li>
   <li>Fix <code>read_csv</code> ignoring Decimal schema for header-only data 
(<a 
href="https://redirect.github.com/pola-rs/polars/issues/23886";>#23886</a>)</li>
   <li>Ensure <code>collect()</code> native Iceberg always scans latest when no 
<code>snapshot_id</code> is given (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23907";>#23907</a>)</li>
   <li>Writing List(Array) columns to JSON without panic (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23875";>#23875</a>)</li>
   <li>Fill Iceberg missing fields with partition values if present in metadata 
(<a 
href="https://redirect.github.com/pola-rs/polars/issues/23900";>#23900</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pola-rs/polars/commit/34595af53dbdcbde52ab062746a42aa725e321a4";><code>34595af</code></a>
 Python Release 1.32.2 (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23952";>#23952</a>)</li>
   <li><a 
href="https://github.com/pola-rs/polars/commit/7716ba101c8db88b67a64cbfc87df2ad2eae0905";><code>7716ba1</code></a>
 docs(python): Add <code>arr.len()</code> on the website (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23944";>#23944</a>)</li>
   <li><a 
href="https://github.com/pola-rs/polars/commit/1e436f0221aea8cfeae32ed893a5de0dfbea3594";><code>1e436f0</code></a>
 fix: Return correct python package version (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23951";>#23951</a>)</li>
   <li><a 
href="https://github.com/pola-rs/polars/commit/e5e3450e807ff1fc37810f22adaef6b2ce84b38d";><code>e5e3450</code></a>
 Python Polars 1.32.1 (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23934";>#23934</a>)</li>
   <li><a 
href="https://github.com/pola-rs/polars/commit/b512da382d9a42152a491ec006509c0c295f0d40";><code>b512da3</code></a>
 chore: Ensure <code>clippy</code> and <code>rustfmt</code> run in CI when 
changing <code>pyo3-polars</code> (#...</li>
   <li><a 
href="https://github.com/pola-rs/polars/commit/e792ea43c4f59238ca388cf48d3e4ad5ab564db5";><code>e792ea4</code></a>
 fix: Categorical namespace functions fail on <code>Enum</code> columns (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23925";>#23925</a>)</li>
   <li><a 
href="https://github.com/pola-rs/polars/commit/ec29728123175fc321450751b50840123f3c2b03";><code>ec29728</code></a>
 fix: Properly set sumwise complete on filter for missing columns (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23877";>#23877</a>)</li>
   <li><a 
href="https://github.com/pola-rs/polars/commit/e24d69486eaf5d9440ad586be436da18f36de9a6";><code>e24d694</code></a>
 fix: Restore Arrow-FFI-based Python&lt;-&gt;Rust conversion in pyo3-polars (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23881";>#23881</a>)</li>
   <li><a 
href="https://github.com/pola-rs/polars/commit/4414d67094eec86c26491bb40d92aaaff154ba6f";><code>4414d67</code></a>
 refactor(rust): Split <code>column_selector.rs</code> (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23921";>#23921</a>)</li>
   <li><a 
href="https://github.com/pola-rs/polars/commit/495d70302ab94414c9787f3260d9956faacc6caf";><code>495d703</code></a>
 fix: Group By with filters (<a 
href="https://redirect.github.com/pola-rs/polars/issues/23917";>#23917</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pola-rs/polars/compare/py-1.32.0...py-1.32.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=polars&package-manager=pip&previous-version=1.32.0&new-version=1.32.2)](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