You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/04/11 09:14:03 UTC

[GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #5958: Update arrow-buffer requirement from 36.0.0 to 37.0.0

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

   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-old.md">arrow-buffer's changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/apache/arrow-rs/tree/36.0.0">36.0.0</a> (2023-03-24)</h2>
   <p><a href="https://github.com/apache/arrow-rs/compare/35.0.0...36.0.0">Full Changelog</a></p>
   <p><strong>Breaking changes:</strong></p>
   <ul>
   <li>Use dyn Array in sort kernels <a href="https://redirect.github.com/apache/arrow-rs/pull/3931">#3931</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Enforce struct nullability in JSON raw reader (<a href="https://redirect.github.com/apache/arrow-rs/issues/3900">#3900</a>) (<a href="https://redirect.github.com/apache/arrow-rs/issues/3904">#3904</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/3906">#3906</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Return ScalarBuffer from PrimitiveArray::values (<a href="https://redirect.github.com/apache/arrow-rs/issues/3879">#3879</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/3896">#3896</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Use BooleanBuffer in BooleanArray (<a href="https://redirect.github.com/apache/arrow-rs/issues/3879">#3879</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/3895">#3895</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Seal ArrowPrimitiveType <a href="https://redirect.github.com/apache/arrow-rs/pull/3882">#3882</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Support compression levels <a href="https://redirect.github.com/apache/arrow-rs/pull/3847">#3847</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/spebern">spebern</a>)</li>
   </ul>
   <p><strong>Implemented enhancements:</strong></p>
   <ul>
   <li>Improve speed of parsing string to Times <a href="https://redirect.github.com/apache/arrow-rs/issues/3919">#3919</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>feat: add comparison/sort support for Float16 <a href="https://redirect.github.com/apache/arrow-rs/issues/3914">#3914</a></li>
   <li>Pinned version in arrow-flight's build-dependencies are causing conflicts <a href="https://redirect.github.com/apache/arrow-rs/issues/3876">#3876</a></li>
   <li>Add compression options (levels) <a href="https://redirect.github.com/apache/arrow-rs/issues/3844">#3844</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>]</li>
   <li>Use Unsigned Integer for Fixed Size DataType <a href="https://redirect.github.com/apache/arrow-rs/issues/3815">#3815</a></li>
   <li>Common trait for RecordBatch and StructArray <a href="https://redirect.github.com/apache/arrow-rs/issues/3764">#3764</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>Allow precision loss on multiplying decimal arrays <a href="https://redirect.github.com/apache/arrow-rs/issues/3689">#3689</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Fixed bugs:</strong></p>
   <ul>
   <li>Raw JSON Reader Allows Non-Nullable Struct Children to Contain Nulls <a href="https://redirect.github.com/apache/arrow-rs/issues/3904">#3904</a></li>
   <li>Nullable field with nested not nullable map in json <a href="https://redirect.github.com/apache/arrow-rs/issues/3900">#3900</a></li>
   <li>parquet_derive doesn't support Vec&lt;u8&gt; <a href="https://redirect.github.com/apache/arrow-rs/issues/3864">#3864</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>]</li>
   <li>[REGRESSION] Parsing timestamps with lower case time separator <a href="https://redirect.github.com/apache/arrow-rs/issues/3863">#3863</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>[REGRESSION] Parsing timestamps with leap seconds <a href="https://redirect.github.com/apache/arrow-rs/issues/3861">#3861</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>[REGRESSION] Parsing timestamps with fractional seconds / microseconds / milliseconds / nanoseconds <a href="https://redirect.github.com/apache/arrow-rs/issues/3859">#3859</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   <li>CSV Reader Doesn't set Timezone <a href="https://redirect.github.com/apache/arrow-rs/issues/3841">#3841</a></li>
   <li>PyArrowConvert Leaks Memory <a href="https://redirect.github.com/apache/arrow-rs/issues/3683">#3683</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>]</li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>Derive RunArray Clone <a href="https://redirect.github.com/apache/arrow-rs/pull/3932">#3932</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Move protoc generation to binary crate, unpin prost/tonic build (<a href="https://redirect.github.com/apache/arrow-rs/issues/3876">#3876</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/3927">#3927</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/tustvold">tustvold</a>)</li>
   <li>Fix JSON Temporal Encoding of Multiple Batches <a href="https://redirect.github.com/apache/arrow-rs/pull/3924">#3924</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/doki23">doki23</a>)</li>
   <li>Cleanup uses of Array::data_ref (<a href="https://redirect.github.com/apache/arrow-rs/issues/3880">#3880</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/3918">#3918</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/tustvold">tustvold</a>)</li>
   <li>Support microsecond and nanosecond in interval parsing <a href="https://redirect.github.com/apache/arrow-rs/pull/3916">#3916</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/alamb">alamb</a>)</li>
   <li>feat: add comparison/sort support for Float16 <a href="https://redirect.github.com/apache/arrow-rs/pull/3915">#3915</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/izveigor">izveigor</a>)</li>
   <li>Add AsArray trait for more ergonomic downcasting <a href="https://redirect.github.com/apache/arrow-rs/pull/3912">#3912</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/tustvold">tustvold</a>)</li>
   <li>Add OffsetBuffer::new <a href="https://redirect.github.com/apache/arrow-rs/pull/3910">#3910</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Add PrimitiveArray::new (<a href="https://redirect.github.com/apache/arrow-rs/issues/3879">#3879</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/3909">#3909</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Support timezones in CSV reader (<a href="https://redirect.github.com/apache/arrow-rs/issues/3841">#3841</a>) <a href="https://redirect.github.com/apache/arrow-rs/pull/3908">#3908</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Improve ScalarBuffer debug output <a href="https://redirect.github.com/apache/arrow-rs/pull/3907">#3907</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Update proc-macro2 requirement from =1.0.52 to =1.0.53 <a href="https://redirect.github.com/apache/arrow-rs/pull/3905">#3905</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/apps/dependabot">dependabot[bot]</a>)</li>
   <li>Re-export parquet compression level structs <a href="https://redirect.github.com/apache/arrow-rs/pull/3903">#3903</a> [<a href="https://github.com/apache/arrow-rs/labels/parquet">parquet</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   <li>Fix parsing timestamps of exactly 32 characters <a href="https://redirect.github.com/apache/arrow-rs/pull/3902">#3902</a> [<a href="https://github.com/apache/arrow-rs/labels/arrow">arrow</a>] (<a href="https://github.com/tustvold">tustvold</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/apache/arrow-rs/compare/36.0.0...36.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 #5958: Update arrow-buffer requirement from 36.0.0 to 37.0.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #5958:
URL: https://github.com/apache/arrow-datafusion/pull/5958#issuecomment-1503834910

   Looks like arrow-buffer is up-to-date now, so this is no longer needed.


-- 
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] closed pull request #5958: Update arrow-buffer requirement from 36.0.0 to 37.0.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #5958: Update arrow-buffer requirement from 36.0.0 to 37.0.0
URL: https://github.com/apache/arrow-datafusion/pull/5958


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