dependabot[bot] opened a new pull request, #3464: URL: https://github.com/apache/iceberg-python/pull/3464
Bumps [polars](https://github.com/pola-rs/polars) from 1.40.1 to 1.41.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.41.2</h2> <h2>🚀 Performance improvements</h2> <ul> <li>Update to new jemalloc (<a href="https://redirect.github.com/pola-rs/polars/issues/27797">#27797</a>)</li> <li>Do not materialize <code>ScalarColumn</code> in Column <code>split_at</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/27782">#27782</a>)</li> <li>Avoid materializing broadcast in <code>array.shift</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/27740">#27740</a>)</li> <li>Avoid materializing broadcast list in <code>list.sample(n)</code> and <code>list.sample(frac)</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/27679">#27679</a>)</li> </ul> <h2>✨ Enhancements</h2> <ul> <li>Update to new jemalloc (<a href="https://redirect.github.com/pola-rs/polars/issues/27797">#27797</a>)</li> </ul> <h2>🐞 Bug fixes</h2> <ul> <li>Broken link to AI Policy corrected (<a href="https://redirect.github.com/pola-rs/polars/issues/27793">#27793</a>)</li> <li>Update to new jemalloc (<a href="https://redirect.github.com/pola-rs/polars/issues/27797">#27797</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>Update Polars On-Prem version stamp (<a href="https://redirect.github.com/pola-rs/polars/issues/27799">#27799</a>)</li> <li>Broken link to AI Policy corrected (<a href="https://redirect.github.com/pola-rs/polars/issues/27793">#27793</a>)</li> <li>Add release dates to the On-Prem releases page (<a href="https://redirect.github.com/pola-rs/polars/issues/27787">#27787</a>)</li> <li>Improve on-prem docs (<a href="https://redirect.github.com/pola-rs/polars/issues/27788">#27788</a>)</li> <li>Add query profiler video to On-Prem user guide (<a href="https://redirect.github.com/pola-rs/polars/issues/27786">#27786</a>)</li> <li>Add EKS/AKS/GKE guides (<a href="https://redirect.github.com/pola-rs/polars/issues/27774">#27774</a>)</li> <li>Add Polars On-Prem 0.4.2 (<a href="https://redirect.github.com/pola-rs/polars/issues/27780">#27780</a>)</li> </ul> <h2>🛠️ Other improvements</h2> <ul> <li>Run Pyrefly on <code>_utils</code> and <code>functions</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/27789">#27789</a>)</li> <li>Harden against async blocking deadlocks (take 2) (<a href="https://redirect.github.com/pola-rs/polars/issues/27767">#27767</a>)</li> </ul> <p>Thank you to all our contributors for making this release possible! <a href="https://github.com/ButteryPaws"><code>@ButteryPaws</code></a>, <a href="https://github.com/EndPositive"><code>@EndPositive</code></a>, <a href="https://github.com/Kevin-Patyk"><code>@Kevin-Patyk</code></a>, <a href="https://github.com/MarcoGorelli"><code>@MarcoGorelli</code></a>, <a href="https://github.com/TNieuwdorp"><code>@TNieuwdorp</code></a>, <a href="https://github.com/azimafroozeh"><code>@azimafroozeh</code></a>, <a href="https://github.com/carnarez"><code>@carnarez</code></a>, <a href="https://github.com/kdn36"><code>@kdn36</code></a>, <a href="https://github.com/lun3x"><code>@lun3x</code></a>, <a href="https://github.com/orlp"><code>@orlp</code></a> and <a href="https://github.com/ritchie46"><code>@ritchie46</code></a></p> <h2>Python Polars 1.41.1</h2> <h2>🚀 Performance improvements</h2> <ul> <li>Adaptive size dispatch to hashset or radix sort + capacity-aware reset in <code>agg_n_unique</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/27719">#27719</a>)</li> </ul> <h2>✨ Enhancements</h2> <ul> <li>Allow deeper expressions (<a href="https://redirect.github.com/pola-rs/polars/issues/27768">#27768</a>)</li> </ul> <h2>🐞 Bug fixes</h2> <ul> <li>Raise length mismatch in multiple <code>sort_by</code> in <code>group_by</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/27772">#27772</a>)</li> <li>Respect min_samples for rolling_by ops with nulls (<a href="https://redirect.github.com/pola-rs/polars/issues/27706">#27706</a>)</li> <li>Fix memory usage regression affecting TPCH Q22 (<a href="https://redirect.github.com/pola-rs/polars/issues/27758">#27758</a>)</li> <li>Add <code>POLARS_ALLOW_NESTED_CSPE</code> env var and make nested CSPE opt-in (<a href="https://redirect.github.com/pola-rs/polars/issues/27765">#27765</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/599a503a0997188a74750926a5cdaa47585cf8aa"><code>599a503</code></a> Python Polars 1.41.2 (<a href="https://redirect.github.com/pola-rs/polars/issues/27784">#27784</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/46bb74ef18e44caabd2f86ed348d479189e19dc9"><code>46bb74e</code></a> docs(python): Update Polars On-Prem version stamp (<a href="https://redirect.github.com/pola-rs/polars/issues/27799">#27799</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/7dd39239a23b3fa782daef9e63d4a756d4ca0153"><code>7dd3923</code></a> docs: Broken link to AI Policy corrected (<a href="https://redirect.github.com/pola-rs/polars/issues/27793">#27793</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/18e9bf5cd912c901ee45d4214ee9366a7333add4"><code>18e9bf5</code></a> fix: Update to new jemalloc (<a href="https://redirect.github.com/pola-rs/polars/issues/27797">#27797</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/d307ef1afdfe1496e72f9b509605ad927b9eb429"><code>d307ef1</code></a> refactor(rust): Deduplicate thrift field-walk loops (<a href="https://redirect.github.com/pola-rs/polars/issues/27790">#27790</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/2209281e97c75e499628a87883cd796ea809bbf2"><code>2209281</code></a> chore(python): Run Pyrefly on <code>_utils</code> and <code>functions</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/27789">#27789</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/0eb75181491a478f890d4b7f065c79e9653ce5d7"><code>0eb7518</code></a> docs: Add release dates to the On-Prem releases page (<a href="https://redirect.github.com/pola-rs/polars/issues/27787">#27787</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/81ce1447eaa4261b3addbca6ccda13191de4af7f"><code>81ce144</code></a> docs: Improve on-prem docs (<a href="https://redirect.github.com/pola-rs/polars/issues/27788">#27788</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/9881f803d078f15116534fcd479b3494ab1746ac"><code>9881f80</code></a> fix(rust): Swap PlHashMap for PlIndexMap to make Multiplexer insertion order ...</li> <li><a href="https://github.com/pola-rs/polars/commit/295b191c306aba1a64b5f3f8691bcf811a20f77d"><code>295b191</code></a> docs: Add query profiler video to On-Prem user guide (<a href="https://redirect.github.com/pola-rs/polars/issues/27786">#27786</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pola-rs/polars/compare/py-1.40.1...py-1.41.2">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]
