This is an automated email from the ASF dual-hosted git repository.

kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 75006f2a Build: Bump polars from 1.32.2 to 1.32.3 (#2355)
75006f2a is described below

commit 75006f2ac1d9443bc44d81cf40b44fc927ddfdaa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 19 04:30:45 2025 -0700

    Build: Bump polars from 1.32.2 to 1.32.3 (#2355)
    
    Bumps [polars](https://github.com/pola-rs/polars) from 1.32.2 to 1.32.3.
    <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.3</h2>
    <h2>🚀 Performance improvements</h2>
    <ul>
    <li>Lower .sort(maintain_order=True).head() to streaming top_k (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24014";>#24014</a>)</li>
    <li>Lower top-k to streaming engine (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/23979";>#23979</a>)</li>
    <li>Allow order pass through Filters and relax to row-seperable instead
    of elementwise (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/23969";>#23969</a>)</li>
    </ul>
    <h2>✨ Enhancements</h2>
    <ul>
    <li>Add native streaming for <code>peaks_{min,max}</code> (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24039";>#24039</a>)</li>
    <li>IR graph arrows, monospace font, box nodes (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24021";>#24021</a>)</li>
    <li>Add <code>DataTypeExpr.default_value</code> (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/23973";>#23973</a>)</li>
    <li>Lower <code>rle</code> to a native streaming engine node (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/23929";>#23929</a>)</li>
    <li>Add support for <code>Int128</code> to pyo3-polars (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/23959";>#23959</a>)</li>
    </ul>
    <h2>🐞 Bug fixes</h2>
    <ul>
    <li>Scan of multiple sources with <code>null</code> datatype (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24065";>#24065</a>)</li>
    <li>Categorical in nested data in row encoding (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24051";>#24051</a>)</li>
    <li>Missing length update in builder for pl.Array repetition (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24055";>#24055</a>)</li>
    <li>Race condition in global categories init (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24045";>#24045</a>)</li>
    <li>Revert &quot;fix: Don't encode entire CategoricalMapping when going
    to Arrow (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24036";>#24036</a>)&quot;
    (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24044";>#24044</a>)</li>
    <li>Error when using named functions (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24041";>#24041</a>)</li>
    <li>Don't encode entire CategoricalMapping when going to Arrow (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24036";>#24036</a>)</li>
    <li>Fix cast on arithmetic with <code>lit</code> (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/23941";>#23941</a>)</li>
    <li>Incorrect slice-slice pushdown (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24032";>#24032</a>)</li>
    <li>Dedup common cache subplan in IR graph (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24028";>#24028</a>)</li>
    <li>Allow join on Decimal in in-memory engine (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24026";>#24026</a>)</li>
    <li>Fix datatypes for <code>eval.list</code> in aggregation context (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/23911";>#23911</a>)</li>
    <li>Allocator capsule fallback panic (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24022";>#24022</a>)</li>
    <li>Accept another zlib &quot;magic header&quot; file signature (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24013";>#24013</a>)</li>
    <li>Fix <code>truediv</code> dtypes so <code>cast</code> in
    <code>list.eval</code> is not dropped (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/23936";>#23936</a>)</li>
    <li>Don't reuse cached <code>return_dtype</code> for expanded map
    expressions (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24010";>#24010</a>)</li>
    <li>Cache id is not a valid dot node id (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24005";>#24005</a>)</li>
    <li>Align <code>map_elements</code> with and without
    <code>return_dtype</code> (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24007";>#24007</a>)</li>
    <li>Fix column dtype lifetime for <code>csv_write</code> segfault on
    <code>Categorical</code> (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/23986";>#23986</a>)</li>
    <li>Allow serializing <code>LazyGroupBy.map_groups</code> (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/23964";>#23964</a>)</li>
    <li>Correct allocator name in <code>PyCapsule</code> (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/23968";>#23968</a>)</li>
    <li>Mismatched types for <code>write</code> function for windows (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/23915";>#23915</a>)</li>
    <li>Fix <code>unpivot</code> panic when <code>index=</code> column not
    found (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/23958";>#23958</a>)</li>
    </ul>
    <h2>📖 Documentation</h2>
    <ul>
    <li>Fix a typo in &quot;lazy/execution&quot; user-guide page (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/23983";>#23983</a>)</li>
    </ul>
    <h2>🛠️ Other improvements</h2>
    <ul>
    <li>Update pyo3-polars versions (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24031";>#24031</a>)</li>
    <li>Remove insert_error_function (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24023";>#24023</a>)</li>
    <li>Remove cache hits, clean up in-mem prefill (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24019";>#24019</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/2468e6fa51d7b84d2ccbacd659cc6f8031939d0c";><code>2468e6f</code></a>
    feat: Add native streaming for <code>peaks_{min,max}</code> (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24039";>#24039</a>)</li>
    <li><a
    
href="https://github.com/pola-rs/polars/commit/ad73fccde52b87b82382604ace07b887556b1696";><code>ad73fcc</code></a>
    fix: Scan of multiple sources with <code>null</code> datatype (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24065";>#24065</a>)</li>
    <li><a
    
href="https://github.com/pola-rs/polars/commit/401dd8739869f19c9a41f7256dbea8d5a18d29e2";><code>401dd87</code></a>
    fix: Categorical in nested data in row encoding (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24051";>#24051</a>)</li>
    <li><a
    
href="https://github.com/pola-rs/polars/commit/e958bbdc3fa8071c9cb6ef6cdfd9ebdc75542fc2";><code>e958bbd</code></a>
    fix: Missing length update in builder for pl.Array repetition (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24055";>#24055</a>)</li>
    <li><a
    
href="https://github.com/pola-rs/polars/commit/0031e4e21a95b2e2d23ef3f270cee64a7f4bb02b";><code>0031e4e</code></a>
    fix: Race condition in global categories init (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24045";>#24045</a>)</li>
    <li><a
    
href="https://github.com/pola-rs/polars/commit/6974e074167f7f6b4ebad329bd73a64bd3db5f94";><code>6974e07</code></a>
    fix: Revert &quot;fix: Don't encode entire CategoricalMapping when going
    to Arrow ...</li>
    <li><a
    
href="https://github.com/pola-rs/polars/commit/864f4ac5a257b99c782e57d0ac09f7007753e049";><code>864f4ac</code></a>
    fix: Error when using named functions (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24041";>#24041</a>)</li>
    <li><a
    
href="https://github.com/pola-rs/polars/commit/d9ca548dd2eceb4bd5033409fd69716d7be22cdd";><code>d9ca548</code></a>
    fix: Don't encode entire CategoricalMapping when going to Arrow (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24036";>#24036</a>)</li>
    <li><a
    
href="https://github.com/pola-rs/polars/commit/df13b0ab817a3ee4211d28b9d547c4912afe6a05";><code>df13b0a</code></a>
    Python Release 1.32.3 (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/24040";>#24040</a>)</li>
    <li><a
    
href="https://github.com/pola-rs/polars/commit/b6eb8b12874b2b4494dd212185680aba2b9878ab";><code>b6eb8b1</code></a>
    fix: Fix cast on arithmetic with <code>lit</code> (<a
    
href="https://redirect.github.com/pola-rs/polars/issues/23941";>#23941</a>)</li>
    <li>Additional commits viewable in <a
    
href="https://github.com/pola-rs/polars/compare/py-1.32.2...py-1.32.3";>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.2&new-version=1.32.3)](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>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 poetry.lock | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index 58299681..aeb8a669 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -3914,20 +3914,20 @@ files = [
 
 [[package]]
 name = "polars"
-version = "1.32.2"
+version = "1.32.3"
 description = "Blazingly fast DataFrame library"
 optional = true
 python-versions = ">=3.9"
 groups = ["main"]
 markers = "extra == \"polars\""
 files = [
-    {file = "polars-1.32.2-cp39-abi3-macosx_10_12_x86_64.whl", hash = 
"sha256:f21da6a5210898ec800b7e9e667fb53eb9161b7ceb812ee6555ff5661a00e517"},
-    {file = "polars-1.32.2-cp39-abi3-macosx_11_0_arm64.whl", hash = 
"sha256:d3f4e061312ef6c2a907378ce407a6132734fe1a13f261a1984a1a9ca2f6febc"},
-    {file = 
"polars-1.32.2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash 
= "sha256:a711a750cfc19f1f883d2b46895dd698abf4d446ca41c3bf510ced0ff1178057"},
-    {file = "polars-1.32.2-cp39-abi3-manylinux_2_24_aarch64.whl", hash = 
"sha256:d1c53a828eedc215fb0dabc7cef02c6f4ad042157512ddb99840fd42b8da1e8a"},
-    {file = "polars-1.32.2-cp39-abi3-win_amd64.whl", hash = 
"sha256:5e1660a584e89e1d60cd89984feca38a695e491a966581fefe8be99c230ea154"},
-    {file = "polars-1.32.2-cp39-abi3-win_arm64.whl", hash = 
"sha256:cd390364f6f3927474bd0aed255103195b9d2b3eef0f0c5bb429db5e6311615e"},
-    {file = "polars-1.32.2.tar.gz", hash = 
"sha256:b4c5cefc7cf7a2461f8800cf2c09976c47cb1fd959c6ef3024d5618b497f05d3"},
+    {file = "polars-1.32.3-cp39-abi3-macosx_10_12_x86_64.whl", hash = 
"sha256:c7c472ea1d50a5104079cb64e34f78f85774bcc69b875ba8daf21233f4c70d42"},
+    {file = "polars-1.32.3-cp39-abi3-macosx_11_0_arm64.whl", hash = 
"sha256:fd87275f0cc795e72a2030b58293198cfa748d4b009cf52218e27db5397ed07f"},
+    {file = 
"polars-1.32.3-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash 
= "sha256:c9a9b9668ef310e5a77a7e7daa9c753874779c8da52e93f654bfd7953eb4b60b"},
+    {file = "polars-1.32.3-cp39-abi3-manylinux_2_24_aarch64.whl", hash = 
"sha256:c8f5d2f43b80b68e39bfaa2948ce632563633466576f12e74e8560d6481f5851"},
+    {file = "polars-1.32.3-cp39-abi3-win_amd64.whl", hash = 
"sha256:db56a7cb4898e173d62634e182f74bdff744c62be5470e0fe20df8d10f659af7"},
+    {file = "polars-1.32.3-cp39-abi3-win_arm64.whl", hash = 
"sha256:a2e3f87c60f54eefe67b1bebd3105918d84df0fd6d59cc6b870c2f16d2d26ca1"},
+    {file = "polars-1.32.3.tar.gz", hash = 
"sha256:57c500dc1b5cba49b0589034478db031815f3d57a20cb830b05ecee1a9ba56b1"},
 ]
 
 [package.extras]

Reply via email to