You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/17 08:32:50 UTC

[GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #2554: Update arrow requirement from 13 to 14

dependabot[bot] opened a new pull request, #2554:
URL: https://github.com/apache/arrow-datafusion/pull/2554

   Updates the requirements on [arrow](https://github.com/apache/arrow-rs) to permit the latest version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/apache/arrow-rs/blob/master/CHANGELOG.md">arrow's changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/14.0.0">14.0.0</a> (2022-05-13)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/13.0.0...14.0.0">Full Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Use <code>bytes</code> in parquet rather than custom Buffer implementation (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1474">#1474</a>) <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1683">#1683</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Rename  <code>OffsetSize::fn is_large</code> to <code>const OffsetSize::IS_LARGE</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1664">#1664</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/HaoYang670">HaoYang670</a>)</li>
   <li>Remove <code>StringOffsetTrait</code> and <code>BinaryOffsetTrait</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1645">#1645</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/HaoYang670">HaoYang670</a>)</li>
   <li>Fix <code>generate_nested_dictionary_case</code> integration test failure  <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1636">#1636</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/viirya">viirya</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Add support for <code>DataType::Duration</code> in ffi interface <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1688">#1688</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Fix <code>generate_unions_case</code> integration test  <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1676">#1676</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add <code>DictionaryArray</code> support for <code>bit_length</code> kernel <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1673">#1673</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add <code>DictionaryArray</code> support for <code>length</code> kernel <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1672">#1672</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>flight_client_scenarios integration test should receive schema from flight data <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1669">#1669</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Unpin Flatbuffer version dependency <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1667">#1667</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add dictionary array support for substring function <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1656">#1656</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Exclude dict_id and dict_is_ordered from equality comparison of <code>Field</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1646">#1646</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Remove <code>StringOffsetTrait</code> and <code>BinaryOffsetTrait</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1644">#1644</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add tests and examples for <code>UnionArray::from(data: ArrayData)</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1643">#1643</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add methods <code>pub fn offsets_buffer</code>, <code>pub fn types_ids_buffer</code>and <code>pub fn data_buffer</code> for <code>ArrayDataBuilder</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1640">#1640</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Fix <code>generate_nested_dictionary_case</code> integration test failure for Rust cases <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1635">#1635</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Expose <code>ArrowWriter</code> row group flush in public API <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1626">#1626</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Add <code>substring</code> support for <code>FixedSizeBinaryArray</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1618">#1618</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add PrettyPrint for <code>UnionArray</code>s <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1594">#1594</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add SIMD support for the <code>length</code> kernel <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1489">#1489</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Support dictionary arrays in length and bit_length <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1674">#1674</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/viirya">viirya</a>)</li>
   <li>Add dictionary array support for substring function <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1665">#1665</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/sunchao">sunchao</a>)</li>
   <li>Add <code>DecimalType</code> support in <code>new_null_array </code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1659">#1659</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/yjshen">yjshen</a>)</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Docs.rs build is broken  <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1695">#1695</a></li>
   <li>Interoperability with C++ for IPC schemas with dictionaries <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1694">#1694</a></li>
   <li><code>UnionArray::is_null</code> incorrect <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1625">#1625</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Published Parquet documentation missing <code>arrow::async_reader</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1617">#1617</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Files written with Julia's Arrow.jl in IPC format cannot be read by arrow-rs <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1335">#1335</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>Correct arrow-flight readme version <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1641">#1641</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>] (<a href="https://github.com/alamb">alamb</a>)</li>
   </ul>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>Make <code>OffsetSizeTrait::IS_LARGE</code> as a const value <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1658">#1658</a></li>
   <li>Question: Why are there 3 types of <code>OffsetSizeTrait</code>s? <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1638">#1638</a></li>
   <li>Written Parquet file way bigger than input files  <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1627">#1627</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/33e298444f251258dd289c8377c68a80925ab0b4"><code>33e2984</code></a> Prepare for release of 14.0.0 (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1693">#1693</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/cb41427f1c9ef08dc8fed501249ea868d0a93791"><code>cb41427</code></a> Fix docs.rs build (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1696">#1696</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/101edc91f8d329464a8267eb6378a4a2521d3ca8"><code>101edc9</code></a> Add <code>async</code> into doc features (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1349">#1349</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/b425d17b3e7c12400810dcb8b997c5ea05cf68e0"><code>b425d17</code></a> fix bench command line options (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1685">#1685</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/3d913023c0abd61343210ab398a6deaf9ba4de72"><code>3d91302</code></a> support duration in ffi (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1689">#1689</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/b9a41f3ff64c624ecc8b0c6045095becba02f370"><code>b9a41f3</code></a> Use bytes in parquet (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1474">#1474</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1683">#1683</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/19f0ada47333eb80105f4ff53aaf887b2efa8873"><code>19f0ada</code></a> Fix generate_unions_case for Rust case (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1677">#1677</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/f72df513e6cbeac698813e91298d4233313dec36"><code>f72df51</code></a> Enable branch protection (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1679">#1679</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/42c9e025c4af3958a4d45ae54d2d9d267cce2fa6"><code>42c9e02</code></a> Support dictionary arrays in length and bit_length (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1674">#1674</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/daed6ab58a58c84794de53400e3494aa5585e2e5"><code>daed6ab</code></a> Add dictionary array support for substring function (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1665">#1665</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/13.0.0...14.0.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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb closed pull request #2554: Update arrow requirement from 13 to 14

Posted by GitBox <gi...@apache.org>.
alamb closed pull request #2554: Update arrow requirement from 13 to 14
URL: https://github.com/apache/arrow-datafusion/pull/2554


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] dependabot[bot] commented on pull request #2554: Update arrow requirement from 13 to 14

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #2554:
URL: https://github.com/apache/arrow-datafusion/pull/2554#issuecomment-1128730448

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org