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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8cc171dea chore(deps): Bump the arrow-parquet group with 2 updates 
(#2139)
8cc171dea is described below

commit 8cc171deac1daa82df81e2c3016e9d0243b2d584
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 17 18:53:54 2026 +0800

    chore(deps): Bump the arrow-parquet group with 2 updates (#2139)
    
    Bumps the arrow-parquet group with 2 updates:
    [arrow-arith](https://github.com/apache/arrow-rs) and
    [arrow-cast](https://github.com/apache/arrow-rs).
    
    Updates `arrow-arith` from 57.2.0 to 57.3.0
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/apache/arrow-rs/releases";>arrow-arith's
    releases</a>.</em></p>
    <blockquote>
    <h2>arrow 57.3.0</h2>
    <!-- raw HTML omitted -->
    <h1>Changelog</h1>
    <h2><a href="https://github.com/apache/arrow-rs/tree/57.3.0";>57.3.0</a>
    (2026-02-02)</h2>
    <p><a
    href="https://github.com/apache/arrow-rs/compare/57.2.0...57.3.0";>Full
    Changelog</a></p>
    <p><strong>Breaking changes:</strong></p>
    <ul>
    <li>Revert &quot;Seal Array trait&quot;, mark <code>Array</code> as
    <code>unsafe</code> <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9313";>#9313</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/gabotechs";>gabotechs</a>)</li>
    <li>Mark <code>BufferBuilder::new_from_buffer</code> as unsafe <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9312";>#9312</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/Jefffrey";>Jefffrey</a>)</li>
    </ul>
    <p><strong>Fixed bugs:</strong></p>
    <ul>
    <li>Fix string array equality when the values buffer is the same and
    only the offsets to access it differ <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9330";>#9330</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/jhorstmann";>jhorstmann</a>)</li>
    <li>Ensure <code>BufferBuilder::truncate</code> doesn't overset length
    <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9311";>#9311</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/Jefffrey";>Jefffrey</a>)</li>
    <li>[parquet] Provide only encrypted column stats in plaintext footer <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9310";>#9310</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/rok";>rok</a>, <a
    href="https://github.com/adamreeve";>adamreeve</a>)</li>
    <li>[regression] Error with adaptive predicate pushdown: &quot;Invalid
    offset …&quot; <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9309";>#9309</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/erratic-pattern";>erratic-pattern</a>, <a
    href="https://github.com/sdf-jkl";>sdf-jkl</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md";>arrow-arith's
    changelog</a>.</em></p>
    <blockquote>
    <h2><a href="https://github.com/apache/arrow-rs/tree/57.3.0";>57.3.0</a>
    (2026-02-02)</h2>
    <p><a
    href="https://github.com/apache/arrow-rs/compare/57.2.0...57.3.0";>Full
    Changelog</a></p>
    <p><strong>Breaking changes:</strong></p>
    <ul>
    <li>Revert &quot;Seal Array trait&quot;, mark <code>Array</code> as
    <code>unsafe</code> <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9313";>#9313</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/gabotechs";>gabotechs</a>)</li>
    <li>Mark <code>BufferBuilder::new_from_buffer</code> as unsafe <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9312";>#9312</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/Jefffrey";>Jefffrey</a>)</li>
    </ul>
    <p><strong>Fixed bugs:</strong></p>
    <ul>
    <li>Fix string array equality when the values buffer is the same and
    only the offsets to access it differ <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9330";>#9330</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/jhorstmann";>jhorstmann</a>)</li>
    <li>Ensure <code>BufferBuilder::truncate</code> doesn't overset length
    <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9311";>#9311</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/Jefffrey";>Jefffrey</a>)</li>
    <li>[parquet] Provide only encrypted column stats in plaintext footer <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9310";>#9310</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/rok";>rok</a>, <a
    href="https://github.com/adamreeve";>adamreeve</a>)</li>
    <li>[regression] Error with adaptive predicate pushdown: &quot;Invalid
    offset …&quot; <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9309";>#9309</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/erratic-pattern";>erratic-pattern</a>, <a
    href="https://github.com/sdf-jkl";>sdf-jkl</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/apache/arrow-rs/commit/750500594839258f809a8248bce92b244bbb40cc";><code>7505005</code></a>
    [57_maintenance] Update version to 57.3.0, add changelog (<a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9333";>#9333</a>)</li>
    <li><a
    
href="https://github.com/apache/arrow-rs/commit/6bbfb9932b5268c600bcf3dc201e79acd20a551e";><code>6bbfb99</code></a>
    [maintenance_57] Fix string array equality when the values buffer is the
    same...</li>
    <li><a
    
href="https://github.com/apache/arrow-rs/commit/505eb8ec606907af2144ca664555ec60d1d55a26";><code>505eb8e</code></a>
    [57_maintenance] Revert &quot;Seal Array trait (<a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9092";>#9092</a>)&quot;,
    mark <code>Array</code> as <code>unsafe</code> ...</li>
    <li><a
    
href="https://github.com/apache/arrow-rs/commit/74cf9142cc36dac1514cd0bcc71ed6974155689e";><code>74cf914</code></a>
    [57_maintenance] Mark <code>BufferBuilder::new_from_buffer</code> as
    unsafe (<a
    href="https://redirect.github.com/apache/arrow-rs/issues/9292";>#9292</a>)
    (<a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9312";>#9312</a>)</li>
    <li><a
    
href="https://github.com/apache/arrow-rs/commit/25cc1ac28ccdf2fffb844380d2dde1a1966b5ae4";><code>25cc1ac</code></a>
    [57_maintenance] fix: ensure <code>BufferBuilder::truncate</code>
    doesn't overset length...</li>
    <li><a
    
href="https://github.com/apache/arrow-rs/commit/9fc2fbb72e4a7e6dd1c339a69ff3a0f4ca5ec0c1";><code>9fc2fbb</code></a>
    [57_maintenance[Parquet] Provide only encrypted column stats in
    plaintext foo...</li>
    <li><a
    
href="https://github.com/apache/arrow-rs/commit/3df3157b5b14b9f99869cec4cd9feedc0a6736c1";><code>3df3157</code></a>
    [57_maintenance] [regression] Error with adaptive predicate pushdown:
    &quot;Invali...</li>
    <li>See full diff in <a
    href="https://github.com/apache/arrow-rs/compare/57.2.0...57.3.0";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `arrow-cast` from 57.2.0 to 57.3.0
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/apache/arrow-rs/releases";>arrow-cast's
    releases</a>.</em></p>
    <blockquote>
    <h2>arrow 57.3.0</h2>
    <!-- raw HTML omitted -->
    <h1>Changelog</h1>
    <h2><a href="https://github.com/apache/arrow-rs/tree/57.3.0";>57.3.0</a>
    (2026-02-02)</h2>
    <p><a
    href="https://github.com/apache/arrow-rs/compare/57.2.0...57.3.0";>Full
    Changelog</a></p>
    <p><strong>Breaking changes:</strong></p>
    <ul>
    <li>Revert &quot;Seal Array trait&quot;, mark <code>Array</code> as
    <code>unsafe</code> <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9313";>#9313</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/gabotechs";>gabotechs</a>)</li>
    <li>Mark <code>BufferBuilder::new_from_buffer</code> as unsafe <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9312";>#9312</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/Jefffrey";>Jefffrey</a>)</li>
    </ul>
    <p><strong>Fixed bugs:</strong></p>
    <ul>
    <li>Fix string array equality when the values buffer is the same and
    only the offsets to access it differ <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9330";>#9330</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/jhorstmann";>jhorstmann</a>)</li>
    <li>Ensure <code>BufferBuilder::truncate</code> doesn't overset length
    <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9311";>#9311</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/Jefffrey";>Jefffrey</a>)</li>
    <li>[parquet] Provide only encrypted column stats in plaintext footer <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9310";>#9310</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/rok";>rok</a>, <a
    href="https://github.com/adamreeve";>adamreeve</a>)</li>
    <li>[regression] Error with adaptive predicate pushdown: &quot;Invalid
    offset …&quot; <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9309";>#9309</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/erratic-pattern";>erratic-pattern</a>, <a
    href="https://github.com/sdf-jkl";>sdf-jkl</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    
href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md";>arrow-cast's
    changelog</a>.</em></p>
    <blockquote>
    <h2><a href="https://github.com/apache/arrow-rs/tree/57.3.0";>57.3.0</a>
    (2026-02-02)</h2>
    <p><a
    href="https://github.com/apache/arrow-rs/compare/57.2.0...57.3.0";>Full
    Changelog</a></p>
    <p><strong>Breaking changes:</strong></p>
    <ul>
    <li>Revert &quot;Seal Array trait&quot;, mark <code>Array</code> as
    <code>unsafe</code> <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9313";>#9313</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/gabotechs";>gabotechs</a>)</li>
    <li>Mark <code>BufferBuilder::new_from_buffer</code> as unsafe <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9312";>#9312</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/Jefffrey";>Jefffrey</a>)</li>
    </ul>
    <p><strong>Fixed bugs:</strong></p>
    <ul>
    <li>Fix string array equality when the values buffer is the same and
    only the offsets to access it differ <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9330";>#9330</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/jhorstmann";>jhorstmann</a>)</li>
    <li>Ensure <code>BufferBuilder::truncate</code> doesn't overset length
    <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9311";>#9311</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/Jefffrey";>Jefffrey</a>)</li>
    <li>[parquet] Provide only encrypted column stats in plaintext footer <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9310";>#9310</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/rok";>rok</a>, <a
    href="https://github.com/adamreeve";>adamreeve</a>)</li>
    <li>[regression] Error with adaptive predicate pushdown: &quot;Invalid
    offset …&quot; <a
    href="https://redirect.github.com/apache/arrow-rs/pull/9309";>#9309</a>
    (<a href="https://github.com/alamb";>alamb</a>, <a
    href="https://github.com/erratic-pattern";>erratic-pattern</a>, <a
    href="https://github.com/sdf-jkl";>sdf-jkl</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/apache/arrow-rs/commit/750500594839258f809a8248bce92b244bbb40cc";><code>7505005</code></a>
    [57_maintenance] Update version to 57.3.0, add changelog (<a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9333";>#9333</a>)</li>
    <li><a
    
href="https://github.com/apache/arrow-rs/commit/6bbfb9932b5268c600bcf3dc201e79acd20a551e";><code>6bbfb99</code></a>
    [maintenance_57] Fix string array equality when the values buffer is the
    same...</li>
    <li><a
    
href="https://github.com/apache/arrow-rs/commit/505eb8ec606907af2144ca664555ec60d1d55a26";><code>505eb8e</code></a>
    [57_maintenance] Revert &quot;Seal Array trait (<a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9092";>#9092</a>)&quot;,
    mark <code>Array</code> as <code>unsafe</code> ...</li>
    <li><a
    
href="https://github.com/apache/arrow-rs/commit/74cf9142cc36dac1514cd0bcc71ed6974155689e";><code>74cf914</code></a>
    [57_maintenance] Mark <code>BufferBuilder::new_from_buffer</code> as
    unsafe (<a
    href="https://redirect.github.com/apache/arrow-rs/issues/9292";>#9292</a>)
    (<a
    
href="https://redirect.github.com/apache/arrow-rs/issues/9312";>#9312</a>)</li>
    <li><a
    
href="https://github.com/apache/arrow-rs/commit/25cc1ac28ccdf2fffb844380d2dde1a1966b5ae4";><code>25cc1ac</code></a>
    [57_maintenance] fix: ensure <code>BufferBuilder::truncate</code>
    doesn't overset length...</li>
    <li><a
    
href="https://github.com/apache/arrow-rs/commit/9fc2fbb72e4a7e6dd1c339a69ff3a0f4ca5ec0c1";><code>9fc2fbb</code></a>
    [57_maintenance[Parquet] Provide only encrypted column stats in
    plaintext foo...</li>
    <li><a
    
href="https://github.com/apache/arrow-rs/commit/3df3157b5b14b9f99869cec4cd9feedc0a6736c1";><code>3df3157</code></a>
    [57_maintenance] [regression] Error with adaptive predicate pushdown:
    &quot;Invali...</li>
    <li>See full diff in <a
    href="https://github.com/apache/arrow-rs/compare/57.2.0...57.3.0";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    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 <dependency name> major version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's major version (unless you unignore this specific
    dependency's major version or upgrade to it yourself)
    - `@dependabot ignore <dependency name> minor version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's minor version (unless you unignore this specific
    dependency's minor version or upgrade to it yourself)
    - `@dependabot ignore <dependency name>` will close this group update PR
    and stop Dependabot creating any more for the specific dependency
    (unless you unignore this specific dependency or upgrade to it yourself)
    - `@dependabot unignore <dependency name>` will remove all of the ignore
    conditions of the specified dependency
    - `@dependabot unignore <dependency name> <ignore condition>` will
    remove the ignore condition of the specified dependency and ignore
    conditions
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 655de3b97..dfce67d7b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -244,9 +244,9 @@ dependencies = [
 
 [[package]]
 name = "arrow-arith"
-version = "57.2.0"
+version = "57.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "288015089e7931843c80ed4032c5274f02b37bcb720c4a42096d50b390e70372"
+checksum = "f7b3141e0ec5145a22d8694ea8b6d6f69305971c4fa1c1a13ef0195aef2d678b"
 dependencies = [
  "arrow-array",
  "arrow-buffer",
@@ -289,9 +289,9 @@ dependencies = [
 
 [[package]]
 name = "arrow-cast"
-version = "57.2.0"
+version = "57.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "9c8e372ed52bd4ee88cc1e6c3859aa7ecea204158ac640b10e187936e7e87074"
+checksum = "646bbb821e86fd57189c10b4fcdaa941deaf4181924917b0daa92735baa6ada5"
 dependencies = [
  "arrow-array",
  "arrow-buffer",

Reply via email to