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/11/15 08:06:07 UTC

[GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #4216: Update arrow-buffer requirement from 26.0.0 to 27.0.0

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

   Updates the requirements on [arrow-buffer](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-buffer's changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/27.0.0">27.0.0</a> (2022-11-11)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/26.0.0...27.0.0">Full Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Recurse into Dictionary value type in DataType::is_nested <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3083">#3083</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>early type checks in <code>RowConverter</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3080">#3080</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/crepererum">crepererum</a>)</li>
   <li>Add Decimal128 and Decimal256 to downcast_primitive <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3056">#3056</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/viirya">viirya</a>)</li>
   <li>Replace remaining _generic temporal kernels with _dyn kernels <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3046">#3046</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/viirya">viirya</a>)</li>
   <li>Replace year_generic with year_dyn <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3041">#3041</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/viirya">viirya</a>)</li>
   <li>Validate decimal256 with i256 directly <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3025">#3025</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/viirya">viirya</a>)</li>
   <li>Hadoop LZ4 Support for LZ4 Codec <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3013">#3013</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/marioloko">marioloko</a>)</li>
   <li>Replace hour_generic with hour_dyn <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/3006">#3006</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/viirya">viirya</a>)</li>
   <li>Accept any &amp;dyn Array in nullif kernel <a href="https://github-redirect.dependabot.com/apache/arrow-rs/pull/2940">#2940</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Row Format: Option to detach/own a row <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3078">#3078</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Row Format: API to check if datatypes are supported <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3077">#3077</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Deprecate Buffer::count_set_bits <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3067">#3067</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add Decimal128 and Decimal256 to downcast_primitive <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3055">#3055</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Improved UX of  creating <code>TimestampNanosecondArray</code> with timezones <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3042">#3042</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Cast decimal256 to signed integer <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3039">#3039</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Support casting Date64 to Timestamp <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3037">#3037</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Check overflow when casting floating point value to decimal256 <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3032">#3032</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Compare i256 in validate_decimal256_precision <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3024">#3024</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Check overflow when casting floating point value to decimal128 <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3020">#3020</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add macro downcast_temporal_array <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3008">#3008</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Replace hour_generic with hour_dyn <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3005">#3005</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Replace temporal _generic kernels with dyn <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3004">#3004</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Add <code>RowSelection::intersection</code> <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3003">#3003</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>I would like to round rather than truncate when casting f64 to decimal <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2997">#2997</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>arrow::compute::kernels::temporal should support nanoseconds <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2995">#2995</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Release Arrow <code>26.0.0</code> (next release after <code>25.0.0</code>) <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2953">#2953</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/apache/arrow-rs/labels/arrow-flight">arrow-flight</a>]</li>
   <li>Add timezone offset for debug format of Timestamp with Timezone <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2917">#2917</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Support merge RowSelectors when creating RowSelection <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2858">#2858</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Inconsistent Nan Handling Between Scalar and Non-Scalar Comparison Kernels <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3074">#3074</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Debug format for timestamp ignores timezone <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3069">#3069</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Row format decode loses timezone <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3063">#3063</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>binary operator produces incorrect result on arrays with resized null buffer <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3061">#3061</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>RLEDecoder Panics on Null Padded Pages <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3035">#3035</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Nullif with incorrect valid_count <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3031">#3031</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>RLEDecoder::get_batch_with_dict may panic on bit-packed runs longer than 1024 <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3029">#3029</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>Converted type is None according to Parquet Tools then utilizing logical types <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3017">#3017</a></li>
   <li>CompressionCodec LZ4 incompatible with C++ implementation <a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/2988">#2988</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</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/94565bca99b5d9932a3e9a8e094aaf4e4384b1e5"><code>94565bc</code></a> Update version to 27.0.0 and add changelog (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3089">#3089</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/561f63a232843fb36486f139faa9249652a5053c"><code>561f63a</code></a> Improved UX of  creating <code>TimestampNanosecondArray</code> with timezones (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3088">#3088</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/02a3f5cd24ef586cdf57af1f06cad662a094a9af"><code>02a3f5c</code></a> Move CSV test data (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3044">#3044</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3051">#3051</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/01396822eb68a90565cf8b177aab4b0ce8af40e1"><code>0139682</code></a> Remove unused range module (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3085">#3085</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/522625814cbb5f22e0b4f60227a397aff71098b5"><code>5226258</code></a> Make RowSelection::intersection a member function (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3084">#3084</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/885a3618fc8739aaa7c1f9ff328a09a39d4c3af6"><code>885a361</code></a> feat: add <code>OwnedRow</code> (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3079">#3079</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/9f14683313bd87e72344cdeb6b35201943fdbcb4"><code>9f14683</code></a> Move <code>intersect_row_selections</code> from datafusion to arrow-rs. (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3047">#3047</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/4dd7fea13dd2ac62f179fc7fc245037e7036afc9"><code>4dd7fea</code></a> Update parquet to depend on arrow subcrates (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3028">#3028</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/132152cb8db5085163ee0f21d24fc867716ba6d5"><code>132152c</code></a> Update arrow-flight subcrates (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3044">#3044</a>) (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3052">#3052</a>)</li>
   <li><a href="https://github.com/apache/arrow-rs/commit/8d364fe430c39d99ed68665c8c4223e02f54ab56"><code>8d364fe</code></a> early type checks in <code>RowConverter</code> (<a href="https://github-redirect.dependabot.com/apache/arrow-rs/issues/3080">#3080</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/apache/arrow-rs/compare/26.0.0...27.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 #4216: Update arrow-buffer requirement from 26.0.0 to 27.0.0

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

   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] alamb commented on pull request #4216: Update arrow-buffer requirement from 26.0.0 to 27.0.0

Posted by GitBox <gi...@apache.org>.
alamb commented on PR #4216:
URL: https://github.com/apache/arrow-datafusion/pull/4216#issuecomment-1315814806

   Done in https://github.com/apache/arrow-datafusion/pull/4199


-- 
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 #4216: Update arrow-buffer requirement from 26.0.0 to 27.0.0

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


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