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

   Bumps [polars](https://github.com/pola-rs/polars) from 1.37.1 to 1.38.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.38.1</h2>
   <h2>✨ Enhancements</h2>
   <ul>
   <li>Add get() to retrieve a byte from binary data (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26454";>#26454</a>)</li>
   <li>Remove with_context in SQL lowering (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26416";>#26416</a>)</li>
   </ul>
   <h2>🐞 Bug fixes</h2>
   <ul>
   <li>Do not overwrite used names in cluster_with_columns pushdown (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26467";>#26467</a>)</li>
   <li>Do not mark output of concat_str on multiple inputs as sorted (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26468";>#26468</a>)</li>
   <li>Fix CSV schema inference content line duplication bug (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26452";>#26452</a>)</li>
   <li>Fix InvalidOperationError using <code>scan_delta</code> with filter (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26448";>#26448</a>)</li>
   <li>Alias giving missing column after streaming GroupBy CSE (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26447";>#26447</a>)</li>
   <li>Ensure <code>by_name</code> selector selects only names (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26437";>#26437</a>)</li>
   <li>Restore compatibility of strings written to parquet with pyarrow filter 
(<a 
href="https://redirect.github.com/pola-rs/polars/issues/26436";>#26436</a>)</li>
   <li>Update schema in cluster_with_columns optimization (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26430";>#26430</a>)</li>
   <li>Fix negative slice in groups slicing (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26442";>#26442</a>)</li>
   <li>Don't run CPU check on aarch64 musl (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26439";>#26439</a>)</li>
   <li>Fixed annotations shadowed by class methods (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26356";>#26356</a>)</li>
   <li>Remove the <code>POLARS_IDEAL_MORSEL_SIZE</code> monkeypatching in the 
parametric merge-join test (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26418";>#26418</a>)</li>
   <li>Fix <code>selector</code> match patterns for multiline column names (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26320";>#26320</a>)</li>
   </ul>
   <h2>📖 Documentation</h2>
   <ul>
   <li>Add <code>sink_delta</code> to API reference (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26446";>#26446</a>)</li>
   </ul>
   <h2>🛠️ Other improvements</h2>
   <ul>
   <li>Cleanup unused attributes in optimizer (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26464";>#26464</a>)</li>
   <li>Use <code>Expr::Display</code> as catch all for IR - DSL asymmetry (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26471";>#26471</a>)</li>
   <li>Ignore pytz in mypy (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26441";>#26441</a>)</li>
   <li>Remove the <code>POLARS_IDEAL_MORSEL_SIZE</code> monkeypatching in the 
parametric merge-join test (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26418";>#26418</a>)</li>
   <li>Cleanup the parametric merge-join test (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26413";>#26413</a>)</li>
   </ul>
   <p>Thank you to all our contributors for making this release possible!
   <a href="https://github.com/Voultapher";><code>@​Voultapher</code></a>, <a 
href="https://github.com/alexander-beedie";><code>@​alexander-beedie</code></a>, 
<a href="https://github.com/azimafroozeh";><code>@​azimafroozeh</code></a>, <a 
href="https://github.com/cmdlineluser";><code>@​cmdlineluser</code></a>, <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot], <a 
href="https://github.com/dsprenkels";><code>@​dsprenkels</code></a>, <a 
href="https://github.com/hamdanal";><code>@​hamdanal</code></a>, <a 
href="https://github.com/kdn36";><code>@​kdn36</code></a>, <a 
href="https://github.com/nameexhaustion";><code>@​nameexhaustion</code></a>, <a 
href="https://github.com/orlp";><code>@​orlp</code></a>, <a 
href="https://github.com/ritchie46";><code>@​ritchie46</code></a> and <a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></p>
   <h2>Python Polars 1.38.0</h2>
   <h2>⚠️ Deprecations</h2>
   <ul>
   <li>Deprecate <code>retries=n</code> in favor of 
<code>storage_options={&quot;max_retries&quot;: n}</code> (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26155";>#26155</a>)</li>
   </ul>
   <h2>🚀 Performance improvements</h2>
   <ul>
   <li>Enable zero-copy object_store <code>put</code> upload for IPC sink (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26288";>#26288</a>)</li>
   <li>Resolve file schema's and metadata concurrently (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26325";>#26325</a>)</li>
   <li>Run elementwise CSEE for the streaming engine (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26278";>#26278</a>)</li>
   <li>Disable morsel splitting for fast-count on streaming engine (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26245";>#26245</a>)</li>
   <li>Implement streaming decompression for scan_ndjson and scan_lines (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26200";>#26200</a>)</li>
   <li>Improve string slicing performance (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26206";>#26206</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/50a3bfbb4f663939a0868907ef1cc51c4288ce05";><code>50a3bfb</code></a>
 Python Polars 1.38.1 (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26472";>#26472</a>)</li>
   <li><a 
href="https://github.com/pola-rs/polars/commit/420716860045b3d1e3fa59f7c4888719efe7c351";><code>4207168</code></a>
 fix: Do not overwrite used names in cluster_with_columns pushdown (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26467";>#26467</a>)</li>
   <li><a 
href="https://github.com/pola-rs/polars/commit/052e68fc47a7be9500c99da063eac41afa180449";><code>052e68f</code></a>
 fix: Do not mark output of concat_str on multiple inputs as sorted (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26468";>#26468</a>)</li>
   <li><a 
href="https://github.com/pola-rs/polars/commit/3832c8f82939d6564689ee14e403a1d76ce5fca6";><code>3832c8f</code></a>
 refactor: Cleanup unused attributes in optimizer (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26464";>#26464</a>)</li>
   <li><a 
href="https://github.com/pola-rs/polars/commit/a166aef2bef8563c7adea2cbf9c465721efa188f";><code>a166aef</code></a>
 refactor: Use <code>Expr::Display</code> as catch all for IR - DSL asymmetry 
(<a 
href="https://redirect.github.com/pola-rs/polars/issues/26471";>#26471</a>)</li>
   <li><a 
href="https://github.com/pola-rs/polars/commit/d0ca22bf4f60f9f01cdbb4f09fcc1a66508c59d8";><code>d0ca22b</code></a>
 fix: Fix CSV schema inference content line duplication bug (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26452";>#26452</a>)</li>
   <li><a 
href="https://github.com/pola-rs/polars/commit/c4b5b1db2b5e66143b3e05ddefc13adb7595049e";><code>c4b5b1d</code></a>
 fix: Fix InvalidOperationError using <code>scan_delta</code> with filter (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26448";>#26448</a>)</li>
   <li><a 
href="https://github.com/pola-rs/polars/commit/c0671246539906679742b5a03ba81fb95ff0a9c0";><code>c067124</code></a>
 build: Bump time from 0.3.44 to 0.3.47 (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26457";>#26457</a>)</li>
   <li><a 
href="https://github.com/pola-rs/polars/commit/35b2edf2e333a08a9bb15f5ebf1b8b5efd4988f6";><code>35b2edf</code></a>
 feat: Add get() to retrieve a byte from binary data (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26454";>#26454</a>)</li>
   <li><a 
href="https://github.com/pola-rs/polars/commit/3a4528f96c49e05904b1f38e92db2239f55b9059";><code>3a4528f</code></a>
 docs(python): Add <code>sink_delta</code> to API reference (<a 
href="https://redirect.github.com/pola-rs/polars/issues/26446";>#26446</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pola-rs/polars/compare/py-1.37.1...py-1.38.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=polars&package-manager=uv&previous-version=1.37.1&new-version=1.38.1)](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]

Reply via email to