dependabot[bot] opened a new pull request, #3907: URL: https://github.com/apache/iceberg-python/pull/3907
Bumps [polars](https://github.com/pola-rs/polars) from 1.43.2 to 1.44.1. <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.44.1</h2> <p>Thank you to all our contributors for making this release possible! <a href="https://github.com/Kevin-Patyk"><code>@Kevin-Patyk</code></a>, <a href="https://github.com/henrytsanford"><code>@henrytsanford</code></a>, <a href="https://github.com/jonasdedden"><code>@jonasdedden</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.44.0</h2> <h2>⚠️ Deprecations</h2> <ul> <li>Deprecate <code>rechunk</code> parameter for all read/scan functions (<a href="https://redirect.github.com/pola-rs/polars/issues/28063">#28063</a>)</li> <li>Deprecate <code>Expr.rechunk()</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/28692">#28692</a>)</li> <li>Deprecate <code>struct.rename_fields()</code> with an incorrect number of fields (<a href="https://redirect.github.com/pola-rs/polars/issues/28672">#28672</a>)</li> </ul> <h2>🚀 Performance improvements</h2> <ul> <li>Add private env var toggle for HTTP rate limit (<a href="https://redirect.github.com/pola-rs/polars/issues/28882">#28882</a>)</li> <li>Relax default <code>CloudRetryConfig</code> for rate limit stability (<a href="https://redirect.github.com/pola-rs/polars/issues/28885">#28885</a>)</li> <li>Elide generic cross join on subquery decorrelation in equality predicates (<a href="https://redirect.github.com/pola-rs/polars/issues/28876">#28876</a>)</li> <li>cache CTE's in SQL layer (<a href="https://redirect.github.com/pola-rs/polars/issues/28864">#28864</a>)</li> <li>Allow CSPE if manual caches are set (<a href="https://redirect.github.com/pola-rs/polars/issues/28859">#28859</a>)</li> <li>Lower unqualified join predicates to inner joins in SQL (<a href="https://redirect.github.com/pola-rs/polars/issues/28854">#28854</a>)</li> <li>Rechunk <code>mask</code> for DataFrame <code>filter</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/28762">#28762</a>)</li> <li>Improve performance of when/then/otherwise by masking out unevaluated elements (<a href="https://redirect.github.com/pola-rs/polars/issues/28498">#28498</a>)</li> <li>Drop unused projections in filter on streaming engine (<a href="https://redirect.github.com/pola-rs/polars/issues/28713">#28713</a>)</li> <li>Retain Parquet <code>Partial</code> metadata on filter (<a href="https://redirect.github.com/pola-rs/polars/issues/28737">#28737</a>)</li> </ul> <h2>✨ Enhancements</h2> <ul> <li>Support integer fixed-array dot products (<a href="https://redirect.github.com/pola-rs/polars/issues/28829">#28829</a>)</li> <li>SQL correlated in (<a href="https://redirect.github.com/pola-rs/polars/issues/28927">#28927</a>)</li> <li>Support more join_types in <code>join_where</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/28880">#28880</a>)</li> <li>Support Iceberg schema evolution (<a href="https://redirect.github.com/pola-rs/polars/issues/28794">#28794</a>)</li> <li>SQL conformance (<a href="https://redirect.github.com/pola-rs/polars/issues/28494">#28494</a>)</li> <li>Introduce <code>RemoteEngine</code> and a common base class for all engines (<a href="https://redirect.github.com/pola-rs/polars/issues/28800">#28800</a>)</li> <li>Support Iceberg table with V3 deletion vectors in native <code>scan_iceberg</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/28772">#28772</a>)</li> <li>Support Iceberg snapshot properties (<a href="https://redirect.github.com/pola-rs/polars/issues/28793">#28793</a>)</li> <li>Expose <code>sinked_paths_callback</code> on <code>sink_parquet</code> as unstable parameter (<a href="https://redirect.github.com/pola-rs/polars/issues/28814">#28814</a>)</li> <li>Add <code>infer_schema_files</code> to CSV inference hint (<a href="https://redirect.github.com/pola-rs/polars/issues/28809">#28809</a>)</li> <li>Add native fixed-array dot (<a href="https://redirect.github.com/pola-rs/polars/issues/28504">#28504</a>)</li> <li>Export query metrics to polars_cloud (<a href="https://redirect.github.com/pola-rs/polars/issues/28757">#28757</a>)</li> <li>Support Iceberg object storage paths (<a href="https://redirect.github.com/pola-rs/polars/issues/28634">#28634</a>)</li> <li>More CSEE simplification (<a href="https://redirect.github.com/pola-rs/polars/issues/28731">#28731</a>)</li> <li>Improve error in Series constructor with name in context (<a href="https://redirect.github.com/pola-rs/polars/issues/28743">#28743</a>)</li> <li>Add adaptive HTTP rate-limiter for cloud IO (<a href="https://redirect.github.com/pola-rs/polars/issues/28591">#28591</a>)</li> <li>Add <code>struct.drop()</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/28666">#28666</a>)</li> <li>Improve error message when CSV name de-duplication fails (<a href="https://redirect.github.com/pola-rs/polars/issues/28658">#28658</a>)</li> <li>Always keep first metadata per source for Parquet (<a href="https://redirect.github.com/pola-rs/polars/issues/28661">#28661</a>)</li> <li>Improve plan-time row estimates for multi-file parquet scans (<a href="https://redirect.github.com/pola-rs/polars/issues/28380">#28380</a>)</li> <li>Expose array and plugin function views in Python visitor (<a href="https://redirect.github.com/pola-rs/polars/issues/28635">#28635</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/e4ae5ead7c645d1eb01beebf53a3a0872734575e"><code>e4ae5ea</code></a> Python Polars 1.44.1 (<a href="https://redirect.github.com/pola-rs/polars/issues/28971">#28971</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/8414c89e4bb3b9d200559cfb16342a2dd54688c5"><code>8414c89</code></a> fix: Incorrect broadcasting in when/then/otherwise (<a href="https://redirect.github.com/pola-rs/polars/issues/28970">#28970</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/9c17bbf66d402465a4cabe7449cf56b23df6a9c8"><code>9c17bbf</code></a> fix: Handle Parquet data page with concatenated gzip members (<a href="https://redirect.github.com/pola-rs/polars/issues/28808">#28808</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/03dfd26f38a9e9e467e7e4ed2bc6ec325bad9c0a"><code>03dfd26</code></a> fix(python): Type <code>collect_batches</code> as <code>_CollectBatches</code>, not `Iterator[DataF...</li> <li><a href="https://github.com/pola-rs/polars/commit/507e8a0e634942622ec2ae038cee0d1833787d29"><code>507e8a0</code></a> fix: Resolve dtype inconsistency for pl.Unknown in literals and casts (<a href="https://redirect.github.com/pola-rs/polars/issues/28830">#28830</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/4623316a6267e853d362a30fc0947a8dfee9dcc9"><code>4623316</code></a> fix: Incorrect when/then/otherwise with non-scalar null mask (<a href="https://redirect.github.com/pola-rs/polars/issues/28946">#28946</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/6f46eb2016054e446c0a1e55ddb76233c5cfce11"><code>6f46eb2</code></a> build: Disable Numa on python release (<a href="https://redirect.github.com/pola-rs/polars/issues/28934">#28934</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/d14231ad2e34a0d442342b7ae4ee32f6f58127ad"><code>d14231a</code></a> feat: Support integer fixed-array dot products (<a href="https://redirect.github.com/pola-rs/polars/issues/28829">#28829</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/9ae4e57f5b7abd8fc570aba8f217aa5ed36e9e5a"><code>9ae4e57</code></a> Python Polars 1.44.0 (<a href="https://redirect.github.com/pola-rs/polars/issues/28923">#28923</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/ad15cd4af901aff6300f7f59b28e4c03546d24cf"><code>ad15cd4</code></a> fix: SQL handle quantified comparisons against a subquery (<a href="https://redirect.github.com/pola-rs/polars/issues/28929">#28929</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pola-rs/polars/compare/py-1.43.2...py-1.44.1">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]
