dependabot[bot] opened a new pull request, #1968: URL: https://github.com/apache/iceberg-python/pull/1968
Bumps [polars](https://github.com/pola-rs/polars) from 1.28.1 to 1.29.0. <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.29.0</h2> <h2>🚀 Performance improvements</h2> <ul> <li>Avoid alloc_zeroed in decompression (<a href="https://redirect.github.com/pola-rs/polars/issues/22460">#22460</a>)</li> </ul> <h2>✨ Enhancements</h2> <ul> <li>Highlight nodes in streaming phys plan graph (<a href="https://redirect.github.com/pola-rs/polars/issues/22535">#22535</a>)</li> <li>Show physical stage graph (<a href="https://redirect.github.com/pola-rs/polars/issues/22491">#22491</a>)</li> <li>Add structure for dispatching iceberg to native scans (<a href="https://redirect.github.com/pola-rs/polars/issues/22405">#22405</a>)</li> <li>Add SQL support for checking array values with <code>IN</code> and <code>NOT IN</code> expressions (<a href="https://redirect.github.com/pola-rs/polars/issues/22487">#22487</a>)</li> <li>Support <code>DataFrame</code> and <code>Series</code> init from torch <code>Tensor</code> objects (<a href="https://redirect.github.com/pola-rs/polars/issues/22177">#22177</a>)</li> <li>Add <code>RoundMode</code> for Decimal and Float (<a href="https://redirect.github.com/pola-rs/polars/issues/22248">#22248</a>)</li> <li>Inform users that IO error path file name can be expanded with POLARS_VERBOSE=1 (<a href="https://redirect.github.com/pola-rs/polars/issues/22427">#22427</a>)</li> </ul> <h2>🐞 Bug fixes</h2> <ul> <li>Streaming outer join coalesce bug (<a href="https://redirect.github.com/pola-rs/polars/issues/22530">#22530</a>)</li> <li>Remove redundant print statement in <code>assert_frame_schema_equal()</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/22529">#22529</a>)</li> <li>Bug in <code>.unique()</code> followed by <code>.slice()</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/22471">#22471</a>)</li> <li>Fix error reading parquet with datetimes written by pandas (<a href="https://redirect.github.com/pola-rs/polars/issues/22524">#22524</a>)</li> <li>Fix <code>schema_overrides</code> not taking effect in NDJSON (<a href="https://redirect.github.com/pola-rs/polars/issues/22521">#22521</a>)</li> <li>Fold flags and verify scalar correctness in apply (<a href="https://redirect.github.com/pola-rs/polars/issues/22519">#22519</a>)</li> <li>Invalid values were triggering panics instead of returning <code>null</code> in <code>dt.to_date</code> / <code>dt.to_datetime</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/22500">#22500</a>)</li> <li>Ensure numpy <code>isinstance</code> check is lazy (avoid forcing the dependency) (<a href="https://redirect.github.com/pola-rs/polars/issues/22486">#22486</a>)</li> <li>Incorrectly dropped sort after unique for some queries (<a href="https://redirect.github.com/pola-rs/polars/issues/22489">#22489</a>)</li> <li>Fix incorrect ternary agg state with mixed columns and scalars (<a href="https://redirect.github.com/pola-rs/polars/issues/22496">#22496</a>)</li> <li>Make <code>replace</code> and <code>replace_strict</code> properly elementwise (<a href="https://redirect.github.com/pola-rs/polars/issues/22465">#22465</a>)</li> <li>Fix index out of bounds panic on parquet prefiltering (<a href="https://redirect.github.com/pola-rs/polars/issues/22458">#22458</a>)</li> <li>Integer underflow when checking parquet UTF-8 (<a href="https://redirect.github.com/pola-rs/polars/issues/22472">#22472</a>)</li> <li>Add implementation for <code>array.get</code> with idx overflow (<a href="https://redirect.github.com/pola-rs/polars/issues/22449">#22449</a>)</li> <li>Deprecate <code>str.</code> collection functions with flat strings and mark as elementwise (<a href="https://redirect.github.com/pola-rs/polars/issues/22461">#22461</a>)</li> <li>Deprecate flat <code>list.gather</code> and mark as elementwise (<a href="https://redirect.github.com/pola-rs/polars/issues/22456">#22456</a>)</li> <li>Inform users that IO error path file name can be expanded with POLARS_VERBOSE=1 (<a href="https://redirect.github.com/pola-rs/polars/issues/22427">#22427</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>Fix typo in structs page (<a href="https://redirect.github.com/pola-rs/polars/issues/22504">#22504</a>)</li> </ul> <h2>🛠️ Other improvements</h2> <ul> <li>Don't store name/dtype in grouper (<a href="https://redirect.github.com/pola-rs/polars/issues/22525">#22525</a>)</li> <li>Add structure for dispatching iceberg to native scans (<a href="https://redirect.github.com/pola-rs/polars/issues/22405">#22405</a>)</li> <li>Remove unused reduction code (<a href="https://redirect.github.com/pola-rs/polars/issues/22462">#22462</a>)</li> <li>Pin to explicit macOS version in code coverage (<a href="https://redirect.github.com/pola-rs/polars/issues/22432">#22432</a>)</li> </ul> <p>Thank you to all our contributors for making this release possible! <a href="https://github.com/AH-Merii"><code>@AH-Merii</code></a>, <a href="https://github.com/JakubValtar"><code>@JakubValtar</code></a>, <a href="https://github.com/Julian-J-S"><code>@Julian-J-S</code></a>, <a href="https://github.com/Kevin-Patyk"><code>@Kevin-Patyk</code></a>, <a href="https://github.com/Liyixin95"><code>@Liyixin95</code></a>, <a href="https://github.com/MarcoGorelli"><code>@MarcoGorelli</code></a>, <a href="https://github.com/Matt711"><code>@Matt711</code></a>, <a href="https://github.com/alexander-beedie"><code>@alexander-beedie</code></a>, <a href="https://github.com/brianmakesthings"><code>@brianmakesthings</code></a>, <a href="https://github.com/coastalwhite"><code>@coastalwhite</code></a>, <a href="https://github.com/nameexhaustion"><code>@nameexhaustion</code></a>, <a href="https://github.com/orlp"><code>@orlp</code></a> and <a href="https://github.com/ritchie46"><code>@ritchie46</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pola-rs/polars/commit/a0e3e3817783ba70a9791cf6a1cf6778de372e33"><code>a0e3e38</code></a> Python Polars 1.29.0 (<a href="https://redirect.github.com/pola-rs/polars/issues/22532">#22532</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/ca6957ed0d4dddc6bc9a0561175ee6ac8240e56a"><code>ca6957e</code></a> feat: Highlight nodes in streaming phys plan graph (<a href="https://redirect.github.com/pola-rs/polars/issues/22535">#22535</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/14ca918729f5a046492adb7e7057f9a06446dbd6"><code>14ca918</code></a> feat(rust): Support BinaryOfsset serde (<a href="https://redirect.github.com/pola-rs/polars/issues/22528">#22528</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/1da61c5b55868e54fdd8649b18b774ee931bdfd5"><code>1da61c5</code></a> fix: Streaming outer join coalesce bug (<a href="https://redirect.github.com/pola-rs/polars/issues/22530">#22530</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/267c4a1f38da60a5a0f225d83343b9ff46ef5e21"><code>267c4a1</code></a> fix(python): Remove redundant print statement in `assert_frame_schema_equal()...</li> <li><a href="https://github.com/pola-rs/polars/commit/79b032503de21e5a74341e851bcdccce7fc21f80"><code>79b0325</code></a> refactor(rust): Improve zip state update (<a href="https://redirect.github.com/pola-rs/polars/issues/22526">#22526</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/3a66afd8a586f8fa914dc2f816f3f1f07c8dd286"><code>3a66afd</code></a> refactor: Don't store name/dtype in grouper (<a href="https://redirect.github.com/pola-rs/polars/issues/22525">#22525</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/108a324ff943924548d2c243b66c15cba0344873"><code>108a324</code></a> fix: Bug in <code>.unique()</code> followed by <code>.slice()</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/22471">#22471</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/e82aae631b5ea135928b4cd95c22b8d6d152b426"><code>e82aae6</code></a> feat: Show physical stage graph (<a href="https://redirect.github.com/pola-rs/polars/issues/22491">#22491</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/59e03a2dafce0200699ecd1c647403c7b03c9fe3"><code>59e03a2</code></a> fix: Fix error reading parquet with datetimes written by pandas (<a href="https://redirect.github.com/pola-rs/polars/issues/22524">#22524</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pola-rs/polars/compare/py-1.28.1...py-1.29.0">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 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org