dependabot[bot] opened a new pull request, #2392: URL: https://github.com/apache/arrow-adbc/pull/2392
Bumps the arrow group in /rust with 4 updates: [arrow-array](https://github.com/apache/arrow-rs), [arrow-buffer](https://github.com/apache/arrow-rs), [arrow-schema](https://github.com/apache/arrow-rs) and [arrow-select](https://github.com/apache/arrow-rs). Updates `arrow-array` from 53.1.0 to 53.3.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md">arrow-array's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/apache/arrow-rs/tree/53.3.0">53.3.0</a> (2024-11-17)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/53.2.0...53.3.0">Full Changelog</a></p> <ul> <li>Signed decimal e-notation parsing bug <a href="https://redirect.github.com/apache/arrow-rs/issues/6728">#6728</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Add support for Utf8View -> numeric in can_cast_types <a href="https://redirect.github.com/apache/arrow-rs/issues/6715">#6715</a></li> <li>IPC file writer produces incorrect footer when not preserving dict ID <a href="https://redirect.github.com/apache/arrow-rs/issues/6710">#6710</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>parquet from_thrift_helper incorrectly checks index <a href="https://redirect.github.com/apache/arrow-rs/issues/6693">#6693</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Primitive REPEATED fields not contained in LIST annotated groups aren't read as lists by record reader <a href="https://redirect.github.com/apache/arrow-rs/issues/6648">#6648</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>DictionaryHandling does not recurse into Map fields <a href="https://redirect.github.com/apache/arrow-rs/issues/6644">#6644</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>]</li> <li>Array writer output empty when no record is written <a href="https://redirect.github.com/apache/arrow-rs/issues/6613">#6613</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Archery Integration Test with c# failing on main <a href="https://redirect.github.com/apache/arrow-rs/issues/6577">#6577</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Potential unsoundness in <code>filter_run_end_array</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/6569">#6569</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Parquet reader can generate incorrect validity buffer information for nested structures <a href="https://redirect.github.com/apache/arrow-rs/issues/6510">#6510</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>arrow-array ffi: FFI_ArrowArray.null_count is always interpreted as unsigned and initialized during conversion from C to Rust. <a href="https://redirect.github.com/apache/arrow-rs/issues/6497">#6497</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Documentation updates:</strong></p> <ul> <li>Minor: Document pattern for accessing views in StringView <a href="https://redirect.github.com/apache/arrow-rs/pull/6673">#6673</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li> <li>Improve Array::is_nullable documentation <a href="https://redirect.github.com/apache/arrow-rs/pull/6615">#6615</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/findepi">findepi</a>)</li> <li>Minor: improve docs for ByteViewArray->ByteArray From impl <a href="https://redirect.github.com/apache/arrow-rs/pull/6610">#6610</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li> </ul> <p><strong>Performance improvements:</strong></p> <ul> <li>Speed up <code>filter_run_end_array</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/6712">#6712</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/Dandandan">Dandandan</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>Incorrect like results for pattern starting/ending with <code>%</code> percent and containing escape characters <a href="https://redirect.github.com/apache/arrow-rs/issues/6702">#6702</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Fix signed decimal e-notation parsing <a href="https://redirect.github.com/apache/arrow-rs/pull/6729">#6729</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/gruuya">gruuya</a>)</li> <li>Clean up some arrow-flight tests and duplicated code <a href="https://redirect.github.com/apache/arrow-rs/pull/6725">#6725</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>] (<a href="https://github.com/itsjunetime">itsjunetime</a>)</li> <li>Update PR template section about API breaking changes <a href="https://redirect.github.com/apache/arrow-rs/pull/6723">#6723</a> (<a href="https://github.com/findepi">findepi</a>)</li> <li>Support for casting <code>StringViewArray</code> to <code>DecimalArray</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/6720">#6720</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tlm365">tlm365</a>)</li> <li>File writer preserve dict bug <a href="https://redirect.github.com/apache/arrow-rs/pull/6711">#6711</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/brancz">brancz</a>)</li> <li>Add filter_kernel benchmark for run array <a href="https://redirect.github.com/apache/arrow-rs/pull/6706">#6706</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/delamarch3">delamarch3</a>)</li> <li>Fix string view ILIKE checks with NULL values <a href="https://redirect.github.com/apache/arrow-rs/pull/6705">#6705</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/findepi">findepi</a>)</li> <li>Implement logical_null_count for more array types <a href="https://redirect.github.com/apache/arrow-rs/pull/6704">#6704</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/findepi">findepi</a>)</li> <li>Fix LIKE with escapes <a href="https://redirect.github.com/apache/arrow-rs/pull/6703">#6703</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/findepi">findepi</a>)</li> <li>Speed up <code>filter_bytes</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/6699">#6699</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/Dandandan">Dandandan</a>)</li> <li>Minor: fix misleading comment in byte view <a href="https://redirect.github.com/apache/arrow-rs/pull/6695">#6695</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/jayzhan211">jayzhan211</a>)</li> <li>minor fix on checking index <a href="https://redirect.github.com/apache/arrow-rs/pull/6694">#6694</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/jp0317">jp0317</a>)</li> <li>Undo run end filter performance regression <a href="https://redirect.github.com/apache/arrow-rs/pull/6691">#6691</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/delamarch3">delamarch3</a>)</li> <li>Reimplement <code>PartialEq</code> of <code>GenericByteViewArray</code> compares by logical value <a href="https://redirect.github.com/apache/arrow-rs/pull/6689">#6689</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tlm365">tlm365</a>)</li> <li>feat: expose known_schema from FlightDataEncoder <a href="https://redirect.github.com/apache/arrow-rs/pull/6688">#6688</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>] (<a href="https://github.com/nathanielc">nathanielc</a>)</li> <li>Update hashbrown requirement from 0.14.2 to 0.15.1 <a href="https://redirect.github.com/apache/arrow-rs/pull/6684">#6684</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li> <li>Support Duration in JSON Reader <a href="https://redirect.github.com/apache/arrow-rs/pull/6683">#6683</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/simonvandel">simonvandel</a>)</li> <li>Check predicate and values are the same length for run end array filter safety <a href="https://redirect.github.com/apache/arrow-rs/pull/6675">#6675</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/delamarch3">delamarch3</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/f5b51ff2f431d7ae2480aee8e2901a029d4041d7"><code>f5b51ff</code></a> Prepare for 53.3.0 release (<a href="https://redirect.github.com/apache/arrow-rs/issues/6739">#6739</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/008b5fe6dcd0d6ceeee56b06b231d9901e13cac2"><code>008b5fe</code></a> Support Duration in JSON Reader (<a href="https://redirect.github.com/apache/arrow-rs/issues/6683">#6683</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/1f194120ffabb5684d70c42cb5e8faca37c2befe"><code>1f19412</code></a> feat: record_batch! macro (<a href="https://redirect.github.com/apache/arrow-rs/issues/6588">#6588</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/8b33f963779ad50712cbc61fc2b5acf8c837795f"><code>8b33f96</code></a> Support for casting <code>StringViewArray</code> to <code>DecimalArray</code> (<a href="https://redirect.github.com/apache/arrow-rs/issues/6720">#6720</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/f9551938f91a5d0e298ec901889de0e2b0eabc83"><code>f955193</code></a> Implement interleave_record_batch (<a href="https://redirect.github.com/apache/arrow-rs/issues/6731">#6731</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/eab33268cf99c7e8d61bc14b90385ee7dfd60ed1"><code>eab3326</code></a> Speed up <code>filter_run_end_array</code> (<a href="https://redirect.github.com/apache/arrow-rs/issues/6712">#6712</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/5a86db3c47d692584f694701780b0d8944a5e984"><code>5a86db3</code></a> File writer preserve dict bug (<a href="https://redirect.github.com/apache/arrow-rs/issues/6711">#6711</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/07e8e20068169f0ef25f8180a99e5072da6bfb69"><code>07e8e20</code></a> Clean up some arrow-flight tests and duplicated code (<a href="https://redirect.github.com/apache/arrow-rs/issues/6725">#6725</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/1d580ec1996e75bb9be4c1c880871d0dd2718ad4"><code>1d580ec</code></a> Fix negative decimal e-notation parsing (<a href="https://redirect.github.com/apache/arrow-rs/issues/6729">#6729</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/3ee5048c8ea3aa531d111afe33d0a3551eabcd84"><code>3ee5048</code></a> Update PR template section about API breaking changes (<a href="https://redirect.github.com/apache/arrow-rs/issues/6723">#6723</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/53.1.0...53.3.0">compare view</a></li> </ul> </details> <br /> Updates `arrow-buffer` from 53.1.0 to 53.3.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md">arrow-buffer's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/apache/arrow-rs/tree/53.3.0">53.3.0</a> (2024-11-17)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/53.2.0...53.3.0">Full Changelog</a></p> <ul> <li>Signed decimal e-notation parsing bug <a href="https://redirect.github.com/apache/arrow-rs/issues/6728">#6728</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Add support for Utf8View -> numeric in can_cast_types <a href="https://redirect.github.com/apache/arrow-rs/issues/6715">#6715</a></li> <li>IPC file writer produces incorrect footer when not preserving dict ID <a href="https://redirect.github.com/apache/arrow-rs/issues/6710">#6710</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>parquet from_thrift_helper incorrectly checks index <a href="https://redirect.github.com/apache/arrow-rs/issues/6693">#6693</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Primitive REPEATED fields not contained in LIST annotated groups aren't read as lists by record reader <a href="https://redirect.github.com/apache/arrow-rs/issues/6648">#6648</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>DictionaryHandling does not recurse into Map fields <a href="https://redirect.github.com/apache/arrow-rs/issues/6644">#6644</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>]</li> <li>Array writer output empty when no record is written <a href="https://redirect.github.com/apache/arrow-rs/issues/6613">#6613</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Archery Integration Test with c# failing on main <a href="https://redirect.github.com/apache/arrow-rs/issues/6577">#6577</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Potential unsoundness in <code>filter_run_end_array</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/6569">#6569</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Parquet reader can generate incorrect validity buffer information for nested structures <a href="https://redirect.github.com/apache/arrow-rs/issues/6510">#6510</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>arrow-array ffi: FFI_ArrowArray.null_count is always interpreted as unsigned and initialized during conversion from C to Rust. <a href="https://redirect.github.com/apache/arrow-rs/issues/6497">#6497</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Documentation updates:</strong></p> <ul> <li>Minor: Document pattern for accessing views in StringView <a href="https://redirect.github.com/apache/arrow-rs/pull/6673">#6673</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li> <li>Improve Array::is_nullable documentation <a href="https://redirect.github.com/apache/arrow-rs/pull/6615">#6615</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/findepi">findepi</a>)</li> <li>Minor: improve docs for ByteViewArray->ByteArray From impl <a href="https://redirect.github.com/apache/arrow-rs/pull/6610">#6610</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li> </ul> <p><strong>Performance improvements:</strong></p> <ul> <li>Speed up <code>filter_run_end_array</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/6712">#6712</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/Dandandan">Dandandan</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>Incorrect like results for pattern starting/ending with <code>%</code> percent and containing escape characters <a href="https://redirect.github.com/apache/arrow-rs/issues/6702">#6702</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Fix signed decimal e-notation parsing <a href="https://redirect.github.com/apache/arrow-rs/pull/6729">#6729</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/gruuya">gruuya</a>)</li> <li>Clean up some arrow-flight tests and duplicated code <a href="https://redirect.github.com/apache/arrow-rs/pull/6725">#6725</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>] (<a href="https://github.com/itsjunetime">itsjunetime</a>)</li> <li>Update PR template section about API breaking changes <a href="https://redirect.github.com/apache/arrow-rs/pull/6723">#6723</a> (<a href="https://github.com/findepi">findepi</a>)</li> <li>Support for casting <code>StringViewArray</code> to <code>DecimalArray</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/6720">#6720</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tlm365">tlm365</a>)</li> <li>File writer preserve dict bug <a href="https://redirect.github.com/apache/arrow-rs/pull/6711">#6711</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/brancz">brancz</a>)</li> <li>Add filter_kernel benchmark for run array <a href="https://redirect.github.com/apache/arrow-rs/pull/6706">#6706</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/delamarch3">delamarch3</a>)</li> <li>Fix string view ILIKE checks with NULL values <a href="https://redirect.github.com/apache/arrow-rs/pull/6705">#6705</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/findepi">findepi</a>)</li> <li>Implement logical_null_count for more array types <a href="https://redirect.github.com/apache/arrow-rs/pull/6704">#6704</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/findepi">findepi</a>)</li> <li>Fix LIKE with escapes <a href="https://redirect.github.com/apache/arrow-rs/pull/6703">#6703</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/findepi">findepi</a>)</li> <li>Speed up <code>filter_bytes</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/6699">#6699</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/Dandandan">Dandandan</a>)</li> <li>Minor: fix misleading comment in byte view <a href="https://redirect.github.com/apache/arrow-rs/pull/6695">#6695</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/jayzhan211">jayzhan211</a>)</li> <li>minor fix on checking index <a href="https://redirect.github.com/apache/arrow-rs/pull/6694">#6694</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/jp0317">jp0317</a>)</li> <li>Undo run end filter performance regression <a href="https://redirect.github.com/apache/arrow-rs/pull/6691">#6691</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/delamarch3">delamarch3</a>)</li> <li>Reimplement <code>PartialEq</code> of <code>GenericByteViewArray</code> compares by logical value <a href="https://redirect.github.com/apache/arrow-rs/pull/6689">#6689</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tlm365">tlm365</a>)</li> <li>feat: expose known_schema from FlightDataEncoder <a href="https://redirect.github.com/apache/arrow-rs/pull/6688">#6688</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>] (<a href="https://github.com/nathanielc">nathanielc</a>)</li> <li>Update hashbrown requirement from 0.14.2 to 0.15.1 <a href="https://redirect.github.com/apache/arrow-rs/pull/6684">#6684</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li> <li>Support Duration in JSON Reader <a href="https://redirect.github.com/apache/arrow-rs/pull/6683">#6683</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/simonvandel">simonvandel</a>)</li> <li>Check predicate and values are the same length for run end array filter safety <a href="https://redirect.github.com/apache/arrow-rs/pull/6675">#6675</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/delamarch3">delamarch3</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/f5b51ff2f431d7ae2480aee8e2901a029d4041d7"><code>f5b51ff</code></a> Prepare for 53.3.0 release (<a href="https://redirect.github.com/apache/arrow-rs/issues/6739">#6739</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/008b5fe6dcd0d6ceeee56b06b231d9901e13cac2"><code>008b5fe</code></a> Support Duration in JSON Reader (<a href="https://redirect.github.com/apache/arrow-rs/issues/6683">#6683</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/1f194120ffabb5684d70c42cb5e8faca37c2befe"><code>1f19412</code></a> feat: record_batch! macro (<a href="https://redirect.github.com/apache/arrow-rs/issues/6588">#6588</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/8b33f963779ad50712cbc61fc2b5acf8c837795f"><code>8b33f96</code></a> Support for casting <code>StringViewArray</code> to <code>DecimalArray</code> (<a href="https://redirect.github.com/apache/arrow-rs/issues/6720">#6720</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/f9551938f91a5d0e298ec901889de0e2b0eabc83"><code>f955193</code></a> Implement interleave_record_batch (<a href="https://redirect.github.com/apache/arrow-rs/issues/6731">#6731</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/eab33268cf99c7e8d61bc14b90385ee7dfd60ed1"><code>eab3326</code></a> Speed up <code>filter_run_end_array</code> (<a href="https://redirect.github.com/apache/arrow-rs/issues/6712">#6712</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/5a86db3c47d692584f694701780b0d8944a5e984"><code>5a86db3</code></a> File writer preserve dict bug (<a href="https://redirect.github.com/apache/arrow-rs/issues/6711">#6711</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/07e8e20068169f0ef25f8180a99e5072da6bfb69"><code>07e8e20</code></a> Clean up some arrow-flight tests and duplicated code (<a href="https://redirect.github.com/apache/arrow-rs/issues/6725">#6725</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/1d580ec1996e75bb9be4c1c880871d0dd2718ad4"><code>1d580ec</code></a> Fix negative decimal e-notation parsing (<a href="https://redirect.github.com/apache/arrow-rs/issues/6729">#6729</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/3ee5048c8ea3aa531d111afe33d0a3551eabcd84"><code>3ee5048</code></a> Update PR template section about API breaking changes (<a href="https://redirect.github.com/apache/arrow-rs/issues/6723">#6723</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/53.1.0...53.3.0">compare view</a></li> </ul> </details> <br /> Updates `arrow-schema` from 53.1.0 to 53.3.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md">arrow-schema's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/apache/arrow-rs/tree/53.3.0">53.3.0</a> (2024-11-17)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/53.2.0...53.3.0">Full Changelog</a></p> <ul> <li>Signed decimal e-notation parsing bug <a href="https://redirect.github.com/apache/arrow-rs/issues/6728">#6728</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Add support for Utf8View -> numeric in can_cast_types <a href="https://redirect.github.com/apache/arrow-rs/issues/6715">#6715</a></li> <li>IPC file writer produces incorrect footer when not preserving dict ID <a href="https://redirect.github.com/apache/arrow-rs/issues/6710">#6710</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>parquet from_thrift_helper incorrectly checks index <a href="https://redirect.github.com/apache/arrow-rs/issues/6693">#6693</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Primitive REPEATED fields not contained in LIST annotated groups aren't read as lists by record reader <a href="https://redirect.github.com/apache/arrow-rs/issues/6648">#6648</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>DictionaryHandling does not recurse into Map fields <a href="https://redirect.github.com/apache/arrow-rs/issues/6644">#6644</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>]</li> <li>Array writer output empty when no record is written <a href="https://redirect.github.com/apache/arrow-rs/issues/6613">#6613</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Archery Integration Test with c# failing on main <a href="https://redirect.github.com/apache/arrow-rs/issues/6577">#6577</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Potential unsoundness in <code>filter_run_end_array</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/6569">#6569</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Parquet reader can generate incorrect validity buffer information for nested structures <a href="https://redirect.github.com/apache/arrow-rs/issues/6510">#6510</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>arrow-array ffi: FFI_ArrowArray.null_count is always interpreted as unsigned and initialized during conversion from C to Rust. <a href="https://redirect.github.com/apache/arrow-rs/issues/6497">#6497</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Documentation updates:</strong></p> <ul> <li>Minor: Document pattern for accessing views in StringView <a href="https://redirect.github.com/apache/arrow-rs/pull/6673">#6673</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li> <li>Improve Array::is_nullable documentation <a href="https://redirect.github.com/apache/arrow-rs/pull/6615">#6615</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/findepi">findepi</a>)</li> <li>Minor: improve docs for ByteViewArray->ByteArray From impl <a href="https://redirect.github.com/apache/arrow-rs/pull/6610">#6610</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li> </ul> <p><strong>Performance improvements:</strong></p> <ul> <li>Speed up <code>filter_run_end_array</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/6712">#6712</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/Dandandan">Dandandan</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>Incorrect like results for pattern starting/ending with <code>%</code> percent and containing escape characters <a href="https://redirect.github.com/apache/arrow-rs/issues/6702">#6702</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Fix signed decimal e-notation parsing <a href="https://redirect.github.com/apache/arrow-rs/pull/6729">#6729</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/gruuya">gruuya</a>)</li> <li>Clean up some arrow-flight tests and duplicated code <a href="https://redirect.github.com/apache/arrow-rs/pull/6725">#6725</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>] (<a href="https://github.com/itsjunetime">itsjunetime</a>)</li> <li>Update PR template section about API breaking changes <a href="https://redirect.github.com/apache/arrow-rs/pull/6723">#6723</a> (<a href="https://github.com/findepi">findepi</a>)</li> <li>Support for casting <code>StringViewArray</code> to <code>DecimalArray</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/6720">#6720</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tlm365">tlm365</a>)</li> <li>File writer preserve dict bug <a href="https://redirect.github.com/apache/arrow-rs/pull/6711">#6711</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/brancz">brancz</a>)</li> <li>Add filter_kernel benchmark for run array <a href="https://redirect.github.com/apache/arrow-rs/pull/6706">#6706</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/delamarch3">delamarch3</a>)</li> <li>Fix string view ILIKE checks with NULL values <a href="https://redirect.github.com/apache/arrow-rs/pull/6705">#6705</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/findepi">findepi</a>)</li> <li>Implement logical_null_count for more array types <a href="https://redirect.github.com/apache/arrow-rs/pull/6704">#6704</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/findepi">findepi</a>)</li> <li>Fix LIKE with escapes <a href="https://redirect.github.com/apache/arrow-rs/pull/6703">#6703</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/findepi">findepi</a>)</li> <li>Speed up <code>filter_bytes</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/6699">#6699</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/Dandandan">Dandandan</a>)</li> <li>Minor: fix misleading comment in byte view <a href="https://redirect.github.com/apache/arrow-rs/pull/6695">#6695</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/jayzhan211">jayzhan211</a>)</li> <li>minor fix on checking index <a href="https://redirect.github.com/apache/arrow-rs/pull/6694">#6694</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/jp0317">jp0317</a>)</li> <li>Undo run end filter performance regression <a href="https://redirect.github.com/apache/arrow-rs/pull/6691">#6691</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/delamarch3">delamarch3</a>)</li> <li>Reimplement <code>PartialEq</code> of <code>GenericByteViewArray</code> compares by logical value <a href="https://redirect.github.com/apache/arrow-rs/pull/6689">#6689</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tlm365">tlm365</a>)</li> <li>feat: expose known_schema from FlightDataEncoder <a href="https://redirect.github.com/apache/arrow-rs/pull/6688">#6688</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>] (<a href="https://github.com/nathanielc">nathanielc</a>)</li> <li>Update hashbrown requirement from 0.14.2 to 0.15.1 <a href="https://redirect.github.com/apache/arrow-rs/pull/6684">#6684</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li> <li>Support Duration in JSON Reader <a href="https://redirect.github.com/apache/arrow-rs/pull/6683">#6683</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/simonvandel">simonvandel</a>)</li> <li>Check predicate and values are the same length for run end array filter safety <a href="https://redirect.github.com/apache/arrow-rs/pull/6675">#6675</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/delamarch3">delamarch3</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/f5b51ff2f431d7ae2480aee8e2901a029d4041d7"><code>f5b51ff</code></a> Prepare for 53.3.0 release (<a href="https://redirect.github.com/apache/arrow-rs/issues/6739">#6739</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/008b5fe6dcd0d6ceeee56b06b231d9901e13cac2"><code>008b5fe</code></a> Support Duration in JSON Reader (<a href="https://redirect.github.com/apache/arrow-rs/issues/6683">#6683</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/1f194120ffabb5684d70c42cb5e8faca37c2befe"><code>1f19412</code></a> feat: record_batch! macro (<a href="https://redirect.github.com/apache/arrow-rs/issues/6588">#6588</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/8b33f963779ad50712cbc61fc2b5acf8c837795f"><code>8b33f96</code></a> Support for casting <code>StringViewArray</code> to <code>DecimalArray</code> (<a href="https://redirect.github.com/apache/arrow-rs/issues/6720">#6720</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/f9551938f91a5d0e298ec901889de0e2b0eabc83"><code>f955193</code></a> Implement interleave_record_batch (<a href="https://redirect.github.com/apache/arrow-rs/issues/6731">#6731</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/eab33268cf99c7e8d61bc14b90385ee7dfd60ed1"><code>eab3326</code></a> Speed up <code>filter_run_end_array</code> (<a href="https://redirect.github.com/apache/arrow-rs/issues/6712">#6712</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/5a86db3c47d692584f694701780b0d8944a5e984"><code>5a86db3</code></a> File writer preserve dict bug (<a href="https://redirect.github.com/apache/arrow-rs/issues/6711">#6711</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/07e8e20068169f0ef25f8180a99e5072da6bfb69"><code>07e8e20</code></a> Clean up some arrow-flight tests and duplicated code (<a href="https://redirect.github.com/apache/arrow-rs/issues/6725">#6725</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/1d580ec1996e75bb9be4c1c880871d0dd2718ad4"><code>1d580ec</code></a> Fix negative decimal e-notation parsing (<a href="https://redirect.github.com/apache/arrow-rs/issues/6729">#6729</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/3ee5048c8ea3aa531d111afe33d0a3551eabcd84"><code>3ee5048</code></a> Update PR template section about API breaking changes (<a href="https://redirect.github.com/apache/arrow-rs/issues/6723">#6723</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/53.1.0...53.3.0">compare view</a></li> </ul> </details> <br /> Updates `arrow-select` from 53.1.0 to 53.3.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md">arrow-select's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/apache/arrow-rs/tree/53.3.0">53.3.0</a> (2024-11-17)</h2> <p><a href="https://github.com/apache/arrow-rs/compare/53.2.0...53.3.0">Full Changelog</a></p> <ul> <li>Signed decimal e-notation parsing bug <a href="https://redirect.github.com/apache/arrow-rs/issues/6728">#6728</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Add support for Utf8View -> numeric in can_cast_types <a href="https://redirect.github.com/apache/arrow-rs/issues/6715">#6715</a></li> <li>IPC file writer produces incorrect footer when not preserving dict ID <a href="https://redirect.github.com/apache/arrow-rs/issues/6710">#6710</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>parquet from_thrift_helper incorrectly checks index <a href="https://redirect.github.com/apache/arrow-rs/issues/6693">#6693</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>Primitive REPEATED fields not contained in LIST annotated groups aren't read as lists by record reader <a href="https://redirect.github.com/apache/arrow-rs/issues/6648">#6648</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>DictionaryHandling does not recurse into Map fields <a href="https://redirect.github.com/apache/arrow-rs/issues/6644">#6644</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>]</li> <li>Array writer output empty when no record is written <a href="https://redirect.github.com/apache/arrow-rs/issues/6613">#6613</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Archery Integration Test with c# failing on main <a href="https://redirect.github.com/apache/arrow-rs/issues/6577">#6577</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Potential unsoundness in <code>filter_run_end_array</code> <a href="https://redirect.github.com/apache/arrow-rs/issues/6569">#6569</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> <li>Parquet reader can generate incorrect validity buffer information for nested structures <a href="https://redirect.github.com/apache/arrow-rs/issues/6510">#6510</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li> <li>arrow-array ffi: FFI_ArrowArray.null_count is always interpreted as unsigned and initialized during conversion from C to Rust. <a href="https://redirect.github.com/apache/arrow-rs/issues/6497">#6497</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Documentation updates:</strong></p> <ul> <li>Minor: Document pattern for accessing views in StringView <a href="https://redirect.github.com/apache/arrow-rs/pull/6673">#6673</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li> <li>Improve Array::is_nullable documentation <a href="https://redirect.github.com/apache/arrow-rs/pull/6615">#6615</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/findepi">findepi</a>)</li> <li>Minor: improve docs for ByteViewArray->ByteArray From impl <a href="https://redirect.github.com/apache/arrow-rs/pull/6610">#6610</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li> </ul> <p><strong>Performance improvements:</strong></p> <ul> <li>Speed up <code>filter_run_end_array</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/6712">#6712</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/Dandandan">Dandandan</a>)</li> </ul> <p><strong>Closed issues:</strong></p> <ul> <li>Incorrect like results for pattern starting/ending with <code>%</code> percent and containing escape characters <a href="https://redirect.github.com/apache/arrow-rs/issues/6702">#6702</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li> </ul> <p><strong>Merged pull requests:</strong></p> <ul> <li>Fix signed decimal e-notation parsing <a href="https://redirect.github.com/apache/arrow-rs/pull/6729">#6729</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/gruuya">gruuya</a>)</li> <li>Clean up some arrow-flight tests and duplicated code <a href="https://redirect.github.com/apache/arrow-rs/pull/6725">#6725</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>] (<a href="https://github.com/itsjunetime">itsjunetime</a>)</li> <li>Update PR template section about API breaking changes <a href="https://redirect.github.com/apache/arrow-rs/pull/6723">#6723</a> (<a href="https://github.com/findepi">findepi</a>)</li> <li>Support for casting <code>StringViewArray</code> to <code>DecimalArray</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/6720">#6720</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tlm365">tlm365</a>)</li> <li>File writer preserve dict bug <a href="https://redirect.github.com/apache/arrow-rs/pull/6711">#6711</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/brancz">brancz</a>)</li> <li>Add filter_kernel benchmark for run array <a href="https://redirect.github.com/apache/arrow-rs/pull/6706">#6706</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/delamarch3">delamarch3</a>)</li> <li>Fix string view ILIKE checks with NULL values <a href="https://redirect.github.com/apache/arrow-rs/pull/6705">#6705</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/findepi">findepi</a>)</li> <li>Implement logical_null_count for more array types <a href="https://redirect.github.com/apache/arrow-rs/pull/6704">#6704</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/findepi">findepi</a>)</li> <li>Fix LIKE with escapes <a href="https://redirect.github.com/apache/arrow-rs/pull/6703">#6703</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/findepi">findepi</a>)</li> <li>Speed up <code>filter_bytes</code> <a href="https://redirect.github.com/apache/arrow-rs/pull/6699">#6699</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/Dandandan">Dandandan</a>)</li> <li>Minor: fix misleading comment in byte view <a href="https://redirect.github.com/apache/arrow-rs/pull/6695">#6695</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/jayzhan211">jayzhan211</a>)</li> <li>minor fix on checking index <a href="https://redirect.github.com/apache/arrow-rs/pull/6694">#6694</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/jp0317">jp0317</a>)</li> <li>Undo run end filter performance regression <a href="https://redirect.github.com/apache/arrow-rs/pull/6691">#6691</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/delamarch3">delamarch3</a>)</li> <li>Reimplement <code>PartialEq</code> of <code>GenericByteViewArray</code> compares by logical value <a href="https://redirect.github.com/apache/arrow-rs/pull/6689">#6689</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tlm365">tlm365</a>)</li> <li>feat: expose known_schema from FlightDataEncoder <a href="https://redirect.github.com/apache/arrow-rs/pull/6688">#6688</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>] (<a href="https://github.com/nathanielc">nathanielc</a>)</li> <li>Update hashbrown requirement from 0.14.2 to 0.15.1 <a href="https://redirect.github.com/apache/arrow-rs/pull/6684">#6684</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/apps/dependabot">dependabot[bot]</a>)</li> <li>Support Duration in JSON Reader <a href="https://redirect.github.com/apache/arrow-rs/pull/6683">#6683</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/simonvandel">simonvandel</a>)</li> <li>Check predicate and values are the same length for run end array filter safety <a href="https://redirect.github.com/apache/arrow-rs/pull/6675">#6675</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/delamarch3">delamarch3</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/f5b51ff2f431d7ae2480aee8e2901a029d4041d7"><code>f5b51ff</code></a> Prepare for 53.3.0 release (<a href="https://redirect.github.com/apache/arrow-rs/issues/6739">#6739</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/008b5fe6dcd0d6ceeee56b06b231d9901e13cac2"><code>008b5fe</code></a> Support Duration in JSON Reader (<a href="https://redirect.github.com/apache/arrow-rs/issues/6683">#6683</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/1f194120ffabb5684d70c42cb5e8faca37c2befe"><code>1f19412</code></a> feat: record_batch! macro (<a href="https://redirect.github.com/apache/arrow-rs/issues/6588">#6588</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/8b33f963779ad50712cbc61fc2b5acf8c837795f"><code>8b33f96</code></a> Support for casting <code>StringViewArray</code> to <code>DecimalArray</code> (<a href="https://redirect.github.com/apache/arrow-rs/issues/6720">#6720</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/f9551938f91a5d0e298ec901889de0e2b0eabc83"><code>f955193</code></a> Implement interleave_record_batch (<a href="https://redirect.github.com/apache/arrow-rs/issues/6731">#6731</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/eab33268cf99c7e8d61bc14b90385ee7dfd60ed1"><code>eab3326</code></a> Speed up <code>filter_run_end_array</code> (<a href="https://redirect.github.com/apache/arrow-rs/issues/6712">#6712</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/5a86db3c47d692584f694701780b0d8944a5e984"><code>5a86db3</code></a> File writer preserve dict bug (<a href="https://redirect.github.com/apache/arrow-rs/issues/6711">#6711</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/07e8e20068169f0ef25f8180a99e5072da6bfb69"><code>07e8e20</code></a> Clean up some arrow-flight tests and duplicated code (<a href="https://redirect.github.com/apache/arrow-rs/issues/6725">#6725</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/1d580ec1996e75bb9be4c1c880871d0dd2718ad4"><code>1d580ec</code></a> Fix negative decimal e-notation parsing (<a href="https://redirect.github.com/apache/arrow-rs/issues/6729">#6729</a>)</li> <li><a href="https://github.com/apache/arrow-rs/commit/3ee5048c8ea3aa531d111afe33d0a3551eabcd84"><code>3ee5048</code></a> Update PR template section about API breaking changes (<a href="https://redirect.github.com/apache/arrow-rs/issues/6723">#6723</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/53.1.0...53.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 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 <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> -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org