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/03/22 08:34:43 UTC

[GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request #2056: Update arrow requirement from 10.0 to 11.0

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


   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/11.0.0">11.0.0</a> (2022-03-17)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/10.0.0...11.0.0">Full Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Replace <code>filter_row_groups</code> with <code>ReadOptions</code> in parquet SerializedFileReader  <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1389">#1389</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/yjshen">yjshen</a>)</li>
   <li>Implement projection for arrow <code>IPC Reader</code> file / streams <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1339">#1339</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/Dandandan">Dandandan</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Fix generate_interval_case integration test failure <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1445">#1445</a></li>
   <li>Make the doc examples of <code>ListArray</code> and <code>LargeListArray</code> more readable <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1433">#1433</a></li>
   <li>Redundant <code>if</code> and <code>abs</code> in <code>shift()</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1427">#1427</a></li>
   <li>Improve substring kernel performance <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1422">#1422</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add missing value_unchecked() of <code>FixedSizeBinaryArray</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1419">#1419</a></li>
   <li>Remove duplicate bound check in function <code>shift</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1408">#1408</a></li>
   <li>Support dictionary array in C data interface <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1397">#1397</a></li>
   <li>filter kernel should work with <code>UnionArray</code>s <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1394">#1394</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>filter kernel should work with <code>FixedSizeListArrays</code>s <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1393">#1393</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add doc examples for creating FixedSizeListArray <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1392">#1392</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Update <code>rust-version</code> to 1.59 <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1377">#1377</a></li>
   <li>Arrow IPC projection support <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1338">#1338</a></li>
   <li>Implement basic FlightSQL Server <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1386">#1386</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>] (<a href="https://github.com/wangfenjin">wangfenjin</a>)</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>DictionaryArray::try_new ignores validity bitmap of the keys <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1429">#1429</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>The doc of <code>GenericListArray</code> is confusing <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1424">#1424</a></li>
   <li>DeltaBitPackDecoder Incorrectly Handles Non-Zero MiniBlock Bit Width Padding <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1417">#1417</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>DeltaBitPackEncoder Pads Miniblock BitWidths With Arbitrary Values <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1416">#1416</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Possible unaligned write with MutableBuffer::push <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1410">#1410</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Integration Test is failing on master branch <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1398">#1398</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Documentation updates:</strong></p>
   <ul>
   <li>Rewrite doc of <code>GenericListArray</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1450">#1450</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/HaoYang670">HaoYang670</a>)</li>
   <li>Fix integration doc about build.ninja location <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1438">#1438</a> (<a href="https://github.com/viirya">viirya</a>)</li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>Rewrite doc example of <code>ListArray</code> and <code>LargeListArray</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1447">#1447</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/HaoYang670">HaoYang670</a>)</li>
   <li>Fix generate_interval_case in integration test <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1446">#1446</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/viirya">viirya</a>)</li>
   <li>Fix generate_decimal128_case in integration test <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1440">#1440</a> (<a href="https://github.com/viirya">viirya</a>)</li>
   <li><code>filter</code> kernel should work with FixedSizeListArrays <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1434">#1434</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/viirya">viirya</a>)</li>
   <li>Support nullable keys in DictionaryArray::try_new <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1430">#1430</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/jhorstmann">jhorstmann</a>)</li>
   <li>remove redundant if/clamp_min/abs <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1428">#1428</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/jackwener">jackwener</a>)</li>
   <li>Add doc example for creating <code>FixedSizeListArray</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1426">#1426</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/HaoYang670">HaoYang670</a>)</li>
   <li>Directly write to MutableBuffer in substring <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1423">#1423</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/viirya">viirya</a>)</li>
   <li>Fix possibly unaligned writes in MutableBuffer <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/1421">#1421</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/jhorstmann">jhorstmann</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/5d6b638111e3f9c72dc8504ea98e46914fc93af5"><code>5d6b638</code></a> Prepare for 11.0.0 release (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1461">#1461</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/b882d4599d29197b3d41a91fac29cdb8702e8788"><code>b882d45</code></a> Fix generate_interval_case in integration test (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1446">#1446</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/724eb0c3feda3d6564a0422af6138aa50f77d33f"><code>724eb0c</code></a> rewrite doc (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1450">#1450</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/c5b4ab1886d08f9cb24980ad275f500f1224d584"><code>c5b4ab1</code></a> enhancement: remove redundant if/clamp_min/abs (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1428">#1428</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/486b08439805c64af29e1497b23ebfa7687dfd63"><code>486b084</code></a> Set <code>default-features = false</code> for <code>zstd</code> in the parquet crate to support `wa...</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/4027166efb111747ca6154767cfce8f0b6a4ae86"><code>4027166</code></a> <code>filter</code> kernel should work with FixedSizeListArrays (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1434">#1434</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/bfccb5f79c6c5ae19e67c93b6a62f44da354da2b"><code>bfccb5f</code></a> filter kernel should work with UnionArray (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1412">#1412</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/f0646f856cf0c4c78fd741d3ebabfa1b78ed984f"><code>f0646f8</code></a> Rewrite doc example of ListArray and LargeListArray (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1447">#1447</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/717216f2a296566b10d786a113ceea937e95a459"><code>717216f</code></a> Fix generate_decimal128_case (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1440">#1440</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/bbcba7b2fb33250d4d7026af45443ec1669c004b"><code>bbcba7b</code></a> Fix integration doc (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/1438">#1438</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/10.0.0...11.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] dependabot[bot] commented on pull request #2056: Update arrow requirement from 10.0 to 11.0

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


   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



[GitHub] [arrow-datafusion] yjshen closed pull request #2056: Update arrow requirement from 10.0 to 11.0

Posted by GitBox <gi...@apache.org>.
yjshen closed pull request #2056:
URL: https://github.com/apache/arrow-datafusion/pull/2056


   


-- 
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] yjshen commented on pull request #2056: Update arrow requirement from 10.0 to 11.0

Posted by GitBox <gi...@apache.org>.
yjshen commented on pull request #2056:
URL: https://github.com/apache/arrow-datafusion/pull/2056#issuecomment-1074940886


   Prefer https://github.com/apache/arrow-datafusion/pull/2048


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