dependabot[bot] opened a new pull request, #22: URL: https://github.com/apache/fluss-rust/pull/22
Updates the requirements on [arrow](https://github.com/apache/arrow-rs) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/releases">arrow's releases</a>.</em></p> <blockquote> <h2>arrow 56.1.0</h2> <!-- raw HTML omitted --> <h1>Changelog</h1> <h2><a href="https://github.com/apache/arrow-rs/tree/56.1.0">56.1.0</a> (2025-08-21)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/56.0.0...56.1.0">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Implement cast and other operations on decimal32 and decimal64 <a href="https://redirect.github.com/apache/arrow-rs/issues/7815">#7815</a> <a href="https://redirect.github.com/apache/arrow-rs/issues/8204">#8204</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Speed up Parquet filter pushdown with predicate cache <a href="https://redirect.github.com/apache/arrow-rs/issues/8203">#8203</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Optionally read parquet page indexes <a href="https://redirect.github.com/apache/arrow-rs/issues/8070">#8070</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Parquet reader: add method for sync reader read bloom filter <a href="https://redirect.github.com/apache/arrow-rs/issues/8023">#8023</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[parquet] Support writing logically equivalent types to <code>ArrowWriter</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/8012">#8012</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Improve StringArray(Utf8) sort performance <a href="https://redirect.github.com/apache/arrow-rs/issues/7847">#7847</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>feat: arrow-ipc delta dictionary support <a href="https://redirect.github.com/apache/arrow-rs/pull/8001">#8001</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/JakeDern">JakeDern</a>)</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>The Rustdocs are clean CI job is failing <a href="https://redirect.github.com/apache/arrow-rs/issues/8175">#8175</a></li> <li>[avro] Bug in resolving avro schema with named type <a href="https://redirect.github.com/apache/arrow-rs/issues/8045">#8045</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Doc test failure (test arrow-avro/src/lib.rs - reader) when verifying avro 56.0.0 RC1 release <a href="https://redirect.github.com/apache/arrow-rs/issues/8018">#8018</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Documentation updates:</strong></p> <ul> <li>arrow-row: Document dictionary handling <a href="https://redirect.github.com/apache/arrow-rs/pull/8168">#8168</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li> <li>Docs: Clarify that Array::value does not check for nulls <a href="https://redirect.github.com/apache/arrow-rs/pull/8065">#8065</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li> <li>docs: Fix a typo in README <a href="https://redirect.github.com/apache/arrow-rs/pull/8036">#8036</a> (<a href="https://github.com/EricccTaiwan">EricccTaiwan</a>)</li> <li>Add more comments to the internal parquet reader <a href="https://redirect.github.com/apache/arrow-rs/pull/7932">#7932</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/alamb">alamb</a>)</li> </ul> <p><strong>Performance improvements:</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md">arrow's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/apache/arrow-rs/tree/56.1.0">56.1.0</a> (2025-08-21)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/56.0.0...56.1.0">Full Changelog</a></p> <p><strong>Implemented enhancements:</strong></p> <ul> <li>Implement cast and other operations on decimal32 and decimal64 <a href="https://redirect.github.com/apache/arrow-rs/issues/7815">#7815</a> <a href="https://redirect.github.com/apache/arrow-rs/issues/8204">#8204</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Speed up Parquet filter pushdown with predicate cache <a href="https://redirect.github.com/apache/arrow-rs/issues/8203">#8203</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Optionally read parquet page indexes <a href="https://redirect.github.com/apache/arrow-rs/issues/8070">#8070</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Parquet reader: add method for sync reader read bloom filter <a href="https://redirect.github.com/apache/arrow-rs/issues/8023">#8023</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[parquet] Support writing logically equivalent types to <code>ArrowWriter</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/8012">#8012</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Improve StringArray(Utf8) sort performance <a href="https://redirect.github.com/apache/arrow-rs/issues/7847">#7847</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>feat: arrow-ipc delta dictionary support <a href="https://redirect.github.com/apache/arrow-rs/pull/8001">#8001</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/JakeDern">JakeDern</a>)</li> </ul> <p><strong>Fixed bugs:</strong></p> <ul> <li>The Rustdocs are clean CI job is failing <a href="https://redirect.github.com/apache/arrow-rs/issues/8175">#8175</a></li> <li>[avro] Bug in resolving avro schema with named type <a href="https://redirect.github.com/apache/arrow-rs/issues/8045">#8045</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Doc test failure (test arrow-avro/src/lib.rs - reader) when verifying avro 56.0.0 RC1 release <a href="https://redirect.github.com/apache/arrow-rs/issues/8018">#8018</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Documentation updates:</strong></p> <ul> <li>arrow-row: Document dictionary handling <a href="https://redirect.github.com/apache/arrow-rs/pull/8168">#8168</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li> <li>Docs: Clarify that Array::value does not check for nulls <a href="https://redirect.github.com/apache/arrow-rs/pull/8065">#8065</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li> <li>docs: Fix a typo in README <a href="https://redirect.github.com/apache/arrow-rs/pull/8036">#8036</a> (<a href="https://github.com/EricccTaiwan">EricccTaiwan</a>)</li> <li>Add more comments to the internal parquet reader <a href="https://redirect.github.com/apache/arrow-rs/pull/7932">#7932</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/alamb">alamb</a>)</li> </ul> <p><strong>Performance improvements:</strong></p> <ul> <li>perf(arrow-ipc): avoid counting nulls in <code>RecordBatchDecoder</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/8127">#8127</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/rluvaton">rluvaton</a>)</li> <li>Use <code>Vec</code> directly in builders <a href="https://redirect.github.com/apache/arrow-rs/pull/7984">#7984</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/liamzwbao">liamzwbao</a>)</li> <li>Improve StringArray(Utf8) sort performance (~2-4x faster) <a href="https://redirect.github.com/apache/arrow-rs/pull/7860">#7860</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/zhuqi-lucas">zhuqi-lucas</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>[Variant] Improve fuzz test for Variant <a href="https://redirect.github.com/apache/arrow-rs/issues/8199">#8199</a></li> <li>[Variant] Improve fuzz test for Variant <a href="https://redirect.github.com/apache/arrow-rs/issues/8198">#8198</a></li> <li><code>VariantArrayBuilder</code> tracks starting offsets instead of (offset, len) pairs <a href="https://redirect.github.com/apache/arrow-rs/issues/8192">#8192</a></li> <li>Rework <code>ValueBuilder</code> API to work with <code>ParentState</code> for reliable nested rollbacks <a href="https://redirect.github.com/apache/arrow-rs/issues/8188">#8188</a></li> <li>[Variant] Rename <code>ValueBuffer</code> as <code>ValueBuilder</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/8186">#8186</a></li> <li>[Variant] Refactor <code>ParentState</code> to track and rollback state on behalf of its owning builder <a href="https://redirect.github.com/apache/arrow-rs/issues/8182">#8182</a></li> <li>[Variant] <code>ObjectBuilder</code> should detect duplicates at insertion time, not at finish <a href="https://redirect.github.com/apache/arrow-rs/issues/8180">#8180</a></li> <li>[Variant] ObjectBuilder does not reliably check for duplicates <a href="https://redirect.github.com/apache/arrow-rs/issues/8170">#8170</a></li> <li>[Variant] Support <code>StringView</code> and <code>LargeString</code> in ´batch_json_string_to_variant` <a href="https://redirect.github.com/apache/arrow-rs/issues/8145">#8145</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[Variant] Rename <code>batch_json_string_to_variant</code> and <code>batch_variant_to_json_string</code> json_to_variant <a href="https://redirect.github.com/apache/arrow-rs/issues/8144">#8144</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>[avro] Use <code>tempfile</code> crate rather than custom temporary file generator in tests <a href="https://redirect.github.com/apache/arrow-rs/issues/8143">#8143</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>[Avro] Use <code>Write</code> rather <code>dyn Write</code> in Decoder <a href="https://redirect.github.com/apache/arrow-rs/issues/8142">#8142</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>[Variant] Nested builder rollback is broken <a href="https://redirect.github.com/apache/arrow-rs/issues/8136">#8136</a></li> <li>[Variant] Add support the remaing primitive type(timestamp_nanos/timestampntz_nanos/uuid) for parquet variant <a href="https://redirect.github.com/apache/arrow-rs/issues/8126">#8126</a></li> <li>Meta: Implement missing Arrow 56.0 lint rules - Sequential workflow <a href="https://redirect.github.com/apache/arrow-rs/issues/8121">#8121</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/arrow-rs/commit/76b75eebc50466c4726d93107791ac44f07df313"><code>76b75ee</code></a> Prepare for <code>56.1.0</code> release (<a href="https://redirect.github.com/apache/arrow-rs/issues/8202">#8202</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/cec24a05ee41a3940d83076129d594ad5e2354f6"><code>cec24a0</code></a> [Variant] Caller provides ParentState to ValueBuilder methods (<a href="https://redirect.github.com/apache/arrow-rs/issues/8189">#8189</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/d5701d2a27cf99970bc2fe44d6ae08b13d815f43"><code>d5701d2</code></a> [Variant] Enhance the variant fuzzy test to cover time/timestamp/uuid primiti...</li> <li><a href="https://github.com/apache/arrow-rs/commit/c71edce2a45c06f11ebb2b0b248e9db778fe2cc2"><code>c71edce</code></a> [Variant] VariantArrayBuilder tracks only offsets (<a href="https://redirect.github.com/apache/arrow-rs/issues/8193">#8193</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/a9b4221a5519e1e7a834ad809fff418864d33018"><code>a9b4221</code></a> Implement <code>ArrayBuilder</code> for <code>UnionBuilder</code> (<a href="https://redirect.github.com/apache/arrow-rs/issues/8169">#8169</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/be0ede7c9704d8188b6712d22789fa40d9e8d0e0"><code>be0ede7</code></a> [Variant] ParentState handles finish/rollback for builders (<a href="https://redirect.github.com/apache/arrow-rs/issues/8185">#8185</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/887550471c70d721ed6e77f9c1e0580f44ff1084"><code>8875504</code></a> arrow-row: Document dictionary handling (<a href="https://redirect.github.com/apache/arrow-rs/issues/8168">#8168</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/ebb6ede98b2b4d96a1a4f501a28ab42a3b937f73"><code>ebb6ede</code></a> [Variant]: Implement <code>DataType::RunEndEncoded</code> support for <code>cast_to_variant</code> ...</li> <li><a href="https://github.com/apache/arrow-rs/commit/62770b602a7ed4ade22f593300f9f193b568fe16"><code>62770b6</code></a> [Variant]: Implement <code>DataType::Dictionary</code> support for <code>cast_to_variant</code> ker...</li> <li><a href="https://github.com/apache/arrow-rs/commit/653ca784525ca39929c0bd2c4572cf330cdf41d6"><code>653ca78</code></a> [Variant] Rename ValueBuffer as ValueBuilder (<a href="https://redirect.github.com/apache/arrow-rs/issues/8187">#8187</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/55.1.0...56.1.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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
