dependabot[bot] opened a new pull request, #581:
URL: https://github.com/apache/sedona-db/pull/581

   Bumps the datafusion-arrow-parquet group with 18 updates:
   
   | Package | From | To |
   | --- | --- | --- |
   | [arrow](https://github.com/apache/arrow-rs) | `57.1.0` | `57.3.0` |
   | [arrow-array](https://github.com/apache/arrow-rs) | `57.1.0` | `57.3.0` |
   | [arrow-cast](https://github.com/apache/arrow-rs) | `57.1.0` | `57.3.0` |
   | [arrow-data](https://github.com/apache/arrow-rs) | `57.1.0` | `57.3.0` |
   | [arrow-json](https://github.com/apache/arrow-rs) | `57.1.0` | `57.3.0` |
   | [arrow-schema](https://github.com/apache/arrow-rs) | `57.1.0` | `57.3.0` |
   | [arrow-buffer](https://github.com/apache/arrow-rs) | `57.1.0` | `57.3.0` |
   | [datafusion](https://github.com/apache/datafusion) | `51.0.0` | `52.1.0` |
   | [datafusion-catalog](https://github.com/apache/datafusion) | `51.0.0` | 
`52.1.0` |
   | [datafusion-common](https://github.com/apache/datafusion) | `51.0.0` | 
`52.1.0` |
   | [datafusion-common-runtime](https://github.com/apache/datafusion) | 
`51.0.0` | `52.1.0` |
   | [datafusion-datasource-parquet](https://github.com/apache/datafusion) | 
`51.0.0` | `52.1.0` |
   | [datafusion-execution](https://github.com/apache/datafusion) | `51.0.0` | 
`52.1.0` |
   | [datafusion-expr](https://github.com/apache/datafusion) | `51.0.0` | 
`52.1.0` |
   | [datafusion-ffi](https://github.com/apache/datafusion) | `51.0.0` | 
`52.1.0` |
   | [datafusion-physical-expr](https://github.com/apache/datafusion) | 
`51.0.0` | `52.1.0` |
   | [datafusion-physical-plan](https://github.com/apache/datafusion) | 
`51.0.0` | `52.1.0` |
   | [parquet](https://github.com/apache/arrow-rs) | `57.1.0` | `57.3.0` |
   
   Updates `arrow` from 57.1.0 to 57.3.0
   <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 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>
   <h2>arrow 57.2.0</h2>
   <!-- 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/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><a 
href="https://github.com/apache/arrow-rs/commit/9e822e050016e659028741499388d454a74cf23c";><code>9e822e0</code></a>
 Update version to <code>57.2.0</code>, add CHANGELOG (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9103";>#9103</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/28f66f94e0e7f0e2b27686207a91e40b60e3b957";><code>28f66f9</code></a>
 Add Union encoding documentation  (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9102";>#9102</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/a8346be02a240788b1246d847bc8dfec21274306";><code>a8346be</code></a>
 Minor: make it clear cache array reader is not cloning arrays (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9057";>#9057</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/57.1.0...57.3.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-array` from 57.1.0 to 57.3.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/releases";>arrow-array'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>
   <h2>arrow 57.2.0</h2>
   <!-- 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-array'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><a 
href="https://github.com/apache/arrow-rs/commit/9e822e050016e659028741499388d454a74cf23c";><code>9e822e0</code></a>
 Update version to <code>57.2.0</code>, add CHANGELOG (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9103";>#9103</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/28f66f94e0e7f0e2b27686207a91e40b60e3b957";><code>28f66f9</code></a>
 Add Union encoding documentation  (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9102";>#9102</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/a8346be02a240788b1246d847bc8dfec21274306";><code>a8346be</code></a>
 Minor: make it clear cache array reader is not cloning arrays (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9057";>#9057</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/57.1.0...57.3.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-cast` from 57.1.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>
   <h2>arrow 57.2.0</h2>
   <!-- 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-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><a 
href="https://github.com/apache/arrow-rs/commit/9e822e050016e659028741499388d454a74cf23c";><code>9e822e0</code></a>
 Update version to <code>57.2.0</code>, add CHANGELOG (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9103";>#9103</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/28f66f94e0e7f0e2b27686207a91e40b60e3b957";><code>28f66f9</code></a>
 Add Union encoding documentation  (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9102";>#9102</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/a8346be02a240788b1246d847bc8dfec21274306";><code>a8346be</code></a>
 Minor: make it clear cache array reader is not cloning arrays (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9057";>#9057</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/57.1.0...57.3.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-data` from 57.1.0 to 57.3.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/releases";>arrow-data'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>
   <h2>arrow 57.2.0</h2>
   <!-- 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-data'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><a 
href="https://github.com/apache/arrow-rs/commit/9e822e050016e659028741499388d454a74cf23c";><code>9e822e0</code></a>
 Update version to <code>57.2.0</code>, add CHANGELOG (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9103";>#9103</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/28f66f94e0e7f0e2b27686207a91e40b60e3b957";><code>28f66f9</code></a>
 Add Union encoding documentation  (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9102";>#9102</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/a8346be02a240788b1246d847bc8dfec21274306";><code>a8346be</code></a>
 Minor: make it clear cache array reader is not cloning arrays (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9057";>#9057</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/57.1.0...57.3.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-json` from 57.1.0 to 57.3.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/releases";>arrow-json'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>
   <h2>arrow 57.2.0</h2>
   <!-- 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-json'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><a 
href="https://github.com/apache/arrow-rs/commit/9e822e050016e659028741499388d454a74cf23c";><code>9e822e0</code></a>
 Update version to <code>57.2.0</code>, add CHANGELOG (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9103";>#9103</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/28f66f94e0e7f0e2b27686207a91e40b60e3b957";><code>28f66f9</code></a>
 Add Union encoding documentation  (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9102";>#9102</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/a8346be02a240788b1246d847bc8dfec21274306";><code>a8346be</code></a>
 Minor: make it clear cache array reader is not cloning arrays (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9057";>#9057</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/57.1.0...57.3.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-schema` from 57.1.0 to 57.3.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/releases";>arrow-schema'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>
   <h2>arrow 57.2.0</h2>
   <!-- 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-schema'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><a 
href="https://github.com/apache/arrow-rs/commit/9e822e050016e659028741499388d454a74cf23c";><code>9e822e0</code></a>
 Update version to <code>57.2.0</code>, add CHANGELOG (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9103";>#9103</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/28f66f94e0e7f0e2b27686207a91e40b60e3b957";><code>28f66f9</code></a>
 Add Union encoding documentation  (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9102";>#9102</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/a8346be02a240788b1246d847bc8dfec21274306";><code>a8346be</code></a>
 Minor: make it clear cache array reader is not cloning arrays (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9057";>#9057</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/57.1.0...57.3.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `arrow-buffer` from 57.1.0 to 57.3.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/arrow-rs/releases";>arrow-buffer'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>
   <h2>arrow 57.2.0</h2>
   <!-- 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-buffer'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><a 
href="https://github.com/apache/arrow-rs/commit/9e822e050016e659028741499388d454a74cf23c";><code>9e822e0</code></a>
 Update version to <code>57.2.0</code>, add CHANGELOG (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9103";>#9103</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/28f66f94e0e7f0e2b27686207a91e40b60e3b957";><code>28f66f9</code></a>
 Add Union encoding documentation  (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9102";>#9102</a>)</li>
   <li><a 
href="https://github.com/apache/arrow-rs/commit/a8346be02a240788b1246d847bc8dfec21274306";><code>a8346be</code></a>
 Minor: make it clear cache array reader is not cloning arrays (<a 
href="https://redirect.github.com/apache/arrow-rs/issues/9057";>#9057</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/arrow-rs/compare/57.1.0...57.3.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `datafusion` from 51.0.0 to 52.1.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/datafusion/commit/9f3ddcecd6033a9d55161175d5dbe29697a9a922";><code>9f3ddce</code></a>
 [branch-52] Update version to <code>52.1.0</code>  (<a 
href="https://redirect.github.com/apache/datafusion/issues/19878";>#19878</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/c0a6f238fcdbfaa56c075f7309eb81fc11d497eb";><code>c0a6f23</code></a>
 Add BatchAdapter to simplify using PhysicalExprAdapter / Projector (<a 
href="https://redirect.github.com/apache/datafusion/issues/19877";>#19877</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/eb00fe2fa61e3981269b5b209f165004910e8be7";><code>eb00fe2</code></a>
 [branch 52] Fix grouping set subset satisfaction (<a 
href="https://redirect.github.com/apache/datafusion/issues/19855";>#19855</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/18fdd8b69005e502c3c6bff8fedb9306ec9bea76";><code>18fdd8b</code></a>
 [branch-52] Fix Internal error: Assertion failed: !self.finished: 
LimitedBatc...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/2073f042dd20c1c9481b0eefa161e95ff49a73be";><code>2073f04</code></a>
 [branch-52] fix: expose <code>ListFilesEntry</code> (<a 
href="https://redirect.github.com/apache/datafusion/issues/19818";>#19818</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/bc043c3a5fe448fc5735d9fa173b69ac95a7e11c";><code>bc043c3</code></a>
 [branch-52] Prepare 52.0.0 release version number and changelog (<a 
href="https://redirect.github.com/apache/datafusion/issues/19661";>#19661</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/69eca52102af32517aeca3c97805b29296b5eae7";><code>69eca52</code></a>
 [branch-52] fix: DynamicFilterPhysicalExpr violates Hash/Eq contract (<a 
href="https://redirect.github.com/apache/datafusion/issues/19659";>#19659</a>)...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/1ac18a3affa740051b7e0c6375a2aa1b42fce2d9";><code>1ac18a3</code></a>
 [branch-52] Backport <code>list_files_cache</code>, and make default 
ListingFilesCache t...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/d5dae86a6a0e087bac4a1ce41e267f91f4c348a7";><code>d5dae86</code></a>
 [branch-52] Split BatchPartitioner::try_new into hash and round-robin 
constru...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/04e6ceef8c8485f483f4c220f2d5d4ecb84f0419";><code>04e6cee</code></a>
 [branch-52] Remove dependency on <code>rust_decimal</code>, remove ignore of 
`RUSTSEC-20...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/datafusion/compare/51.0.0...52.1.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `datafusion-catalog` from 51.0.0 to 52.1.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/datafusion/commit/9f3ddcecd6033a9d55161175d5dbe29697a9a922";><code>9f3ddce</code></a>
 [branch-52] Update version to <code>52.1.0</code>  (<a 
href="https://redirect.github.com/apache/datafusion/issues/19878";>#19878</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/c0a6f238fcdbfaa56c075f7309eb81fc11d497eb";><code>c0a6f23</code></a>
 Add BatchAdapter to simplify using PhysicalExprAdapter / Projector (<a 
href="https://redirect.github.com/apache/datafusion/issues/19877";>#19877</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/eb00fe2fa61e3981269b5b209f165004910e8be7";><code>eb00fe2</code></a>
 [branch 52] Fix grouping set subset satisfaction (<a 
href="https://redirect.github.com/apache/datafusion/issues/19855";>#19855</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/18fdd8b69005e502c3c6bff8fedb9306ec9bea76";><code>18fdd8b</code></a>
 [branch-52] Fix Internal error: Assertion failed: !self.finished: 
LimitedBatc...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/2073f042dd20c1c9481b0eefa161e95ff49a73be";><code>2073f04</code></a>
 [branch-52] fix: expose <code>ListFilesEntry</code> (<a 
href="https://redirect.github.com/apache/datafusion/issues/19818";>#19818</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/bc043c3a5fe448fc5735d9fa173b69ac95a7e11c";><code>bc043c3</code></a>
 [branch-52] Prepare 52.0.0 release version number and changelog (<a 
href="https://redirect.github.com/apache/datafusion/issues/19661";>#19661</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/69eca52102af32517aeca3c97805b29296b5eae7";><code>69eca52</code></a>
 [branch-52] fix: DynamicFilterPhysicalExpr violates Hash/Eq contract (<a 
href="https://redirect.github.com/apache/datafusion/issues/19659";>#19659</a>)...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/1ac18a3affa740051b7e0c6375a2aa1b42fce2d9";><code>1ac18a3</code></a>
 [branch-52] Backport <code>list_files_cache</code>, and make default 
ListingFilesCache t...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/d5dae86a6a0e087bac4a1ce41e267f91f4c348a7";><code>d5dae86</code></a>
 [branch-52] Split BatchPartitioner::try_new into hash and round-robin 
constru...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/04e6ceef8c8485f483f4c220f2d5d4ecb84f0419";><code>04e6cee</code></a>
 [branch-52] Remove dependency on <code>rust_decimal</code>, remove ignore of 
`RUSTSEC-20...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/datafusion/compare/51.0.0...52.1.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `datafusion-common` from 51.0.0 to 52.1.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/datafusion/commit/9f3ddcecd6033a9d55161175d5dbe29697a9a922";><code>9f3ddce</code></a>
 [branch-52] Update version to <code>52.1.0</code>  (<a 
href="https://redirect.github.com/apache/datafusion/issues/19878";>#19878</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/c0a6f238fcdbfaa56c075f7309eb81fc11d497eb";><code>c0a6f23</code></a>
 Add BatchAdapter to simplify using PhysicalExprAdapter / Projector (<a 
href="https://redirect.github.com/apache/datafusion/issues/19877";>#19877</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/eb00fe2fa61e3981269b5b209f165004910e8be7";><code>eb00fe2</code></a>
 [branch 52] Fix grouping set subset satisfaction (<a 
href="https://redirect.github.com/apache/datafusion/issues/19855";>#19855</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/18fdd8b69005e502c3c6bff8fedb9306ec9bea76";><code>18fdd8b</code></a>
 [branch-52] Fix Internal error: Assertion failed: !self.finished: 
LimitedBatc...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/2073f042dd20c1c9481b0eefa161e95ff49a73be";><code>2073f04</code></a>
 [branch-52] fix: expose <code>ListFilesEntry</code> (<a 
href="https://redirect.github.com/apache/datafusion/issues/19818";>#19818</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/bc043c3a5fe448fc5735d9fa173b69ac95a7e11c";><code>bc043c3</code></a>
 [branch-52] Prepare 52.0.0 release version number and changelog (<a 
href="https://redirect.github.com/apache/datafusion/issues/19661";>#19661</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/69eca52102af32517aeca3c97805b29296b5eae7";><code>69eca52</code></a>
 [branch-52] fix: DynamicFilterPhysicalExpr violates Hash/Eq contract (<a 
href="https://redirect.github.com/apache/datafusion/issues/19659";>#19659</a>)...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/1ac18a3affa740051b7e0c6375a2aa1b42fce2d9";><code>1ac18a3</code></a>
 [branch-52] Backport <code>list_files_cache</code>, and make default 
ListingFilesCache t...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/d5dae86a6a0e087bac4a1ce41e267f91f4c348a7";><code>d5dae86</code></a>
 [branch-52] Split BatchPartitioner::try_new into hash and round-robin 
constru...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/04e6ceef8c8485f483f4c220f2d5d4ecb84f0419";><code>04e6cee</code></a>
 [branch-52] Remove dependency on <code>rust_decimal</code>, remove ignore of 
`RUSTSEC-20...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/datafusion/compare/51.0.0...52.1.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `datafusion-common-runtime` from 51.0.0 to 52.1.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/datafusion/commit/9f3ddcecd6033a9d55161175d5dbe29697a9a922";><code>9f3ddce</code></a>
 [branch-52] Update version to <code>52.1.0</code>  (<a 
href="https://redirect.github.com/apache/datafusion/issues/19878";>#19878</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/c0a6f238fcdbfaa56c075f7309eb81fc11d497eb";><code>c0a6f23</code></a>
 Add BatchAdapter to simplify using PhysicalExprAdapter / Projector (<a 
href="https://redirect.github.com/apache/datafusion/issues/19877";>#19877</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/eb00fe2fa61e3981269b5b209f165004910e8be7";><code>eb00fe2</code></a>
 [branch 52] Fix grouping set subset satisfaction (<a 
href="https://redirect.github.com/apache/datafusion/issues/19855";>#19855</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/18fdd8b69005e502c3c6bff8fedb9306ec9bea76";><code>18fdd8b</code></a>
 [branch-52] Fix Internal error: Assertion failed: !self.finished: 
LimitedBatc...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/2073f042dd20c1c9481b0eefa161e95ff49a73be";><code>2073f04</code></a>
 [branch-52] fix: expose <code>ListFilesEntry</code> (<a 
href="https://redirect.github.com/apache/datafusion/issues/19818";>#19818</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/bc043c3a5fe448fc5735d9fa173b69ac95a7e11c";><code>bc043c3</code></a>
 [branch-52] Prepare 52.0.0 release version number and changelog (<a 
href="https://redirect.github.com/apache/datafusion/issues/19661";>#19661</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/69eca52102af32517aeca3c97805b29296b5eae7";><code>69eca52</code></a>
 [branch-52] fix: DynamicFilterPhysicalExpr violates Hash/Eq contract (<a 
href="https://redirect.github.com/apache/datafusion/issues/19659";>#19659</a>)...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/1ac18a3affa740051b7e0c6375a2aa1b42fce2d9";><code>1ac18a3</code></a>
 [branch-52] Backport <code>list_files_cache</code>, and make default 
ListingFilesCache t...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/d5dae86a6a0e087bac4a1ce41e267f91f4c348a7";><code>d5dae86</code></a>
 [branch-52] Split BatchPartitioner::try_new into hash and round-robin 
constru...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/04e6ceef8c8485f483f4c220f2d5d4ecb84f0419";><code>04e6cee</code></a>
 [branch-52] Remove dependency on <code>rust_decimal</code>, remove ignore of 
`RUSTSEC-20...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/datafusion/compare/51.0.0...52.1.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `datafusion-datasource-parquet` from 51.0.0 to 52.1.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/datafusion/commit/9f3ddcecd6033a9d55161175d5dbe29697a9a922";><code>9f3ddce</code></a>
 [branch-52] Update version to <code>52.1.0</code>  (<a 
href="https://redirect.github.com/apache/datafusion/issues/19878";>#19878</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/c0a6f238fcdbfaa56c075f7309eb81fc11d497eb";><code>c0a6f23</code></a>
 Add BatchAdapter to simplify using PhysicalExprAdapter / Projector (<a 
href="https://redirect.github.com/apache/datafusion/issues/19877";>#19877</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/eb00fe2fa61e3981269b5b209f165004910e8be7";><code>eb00fe2</code></a>
 [branch 52] Fix grouping set subset satisfaction (<a 
href="https://redirect.github.com/apache/datafusion/issues/19855";>#19855</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/18fdd8b69005e502c3c6bff8fedb9306ec9bea76";><code>18fdd8b</code></a>
 [branch-52] Fix Internal error: Assertion failed: !self.finished: 
LimitedBatc...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/2073f042dd20c1c9481b0eefa161e95ff49a73be";><code>2073f04</code></a>
 [branch-52] fix: expose <code>ListFilesEntry</code> (<a 
href="https://redirect.github.com/apache/datafusion/issues/19818";>#19818</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/bc043c3a5fe448fc5735d9fa173b69ac95a7e11c";><code>bc043c3</code></a>
 [branch-52] Prepare 52.0.0 release version number and changelog (<a 
href="https://redirect.github.com/apache/datafusion/issues/19661";>#19661</a>)</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/69eca52102af32517aeca3c97805b29296b5eae7";><code>69eca52</code></a>
 [branch-52] fix: DynamicFilterPhysicalExpr violates Hash/Eq contract (<a 
href="https://redirect.github.com/apache/datafusion/issues/19659";>#19659</a>)...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/1ac18a3affa740051b7e0c6375a2aa1b42fce2d9";><code>1ac18a3</code></a>
 [branch-52] Backport <code>list_files_cache</code>, and make default 
ListingFilesCache t...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/d5dae86a6a0e087bac4a1ce41e267f91f4c348a7";><code>d5dae86</code></a>
 [branch-52] Split BatchPartitioner::try_new into hash and round-robin 
constru...</li>
   <li><a 
href="https://github.com/apache/datafusion/commit/04e6ceef8c8485f483f4c220f2d5d4ecb84f0419";><code>04e6cee</code></a>
 [branch-52] Remove dependency on <code>rust...
   
   _Description has been truncated_


-- 
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]

Reply via email to