Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(rust): bump the arrow group in /rust with 4 updates #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps the arrow group in /rust with 4 updates: arrow-array, arrow-buffer, arrow-schema and arrow-select.

Updates arrow-array from 54.1.0 to 54.2.0

Release notes

Sourced from arrow-array's releases.

arrow 54.2.0

Changelog

54.2.0 (2025-02-12)

Full Changelog

Implemented enhancements:

  • Casting from Utf8View to Dict(k, Utf8View) #7114
  • Support creating map arrays with key metadata #7100 [arrow]
  • [parquet] Print Parquet BasicTypeInfo id when present #7081 [parquet]
  • Add arrow-ipc benchmarks for the IPC reader and writer #6968 [arrow]

Fixed bugs:

  • NullBufferBuilder::allocated_size Returns Size in Bits #7121 [arrow]
  • [Regression in 54.0.0]. Decimal cast to smaller precision gives invalid (off-by-one) result in some cases #7069 [arrow]
  • Minor: Fix deprecated note to point to the correct const #7067 [arrow]
  • incorrect error message for reading definition levels #7056 [parquet]
  • First None in ListArray panics in cast_with_options #7043 [arrow]

Documentation updates:

Merged pull requests:

  • fix: NullBufferBuilder::allocated_size should return Size in Bytes #7122 [arrow] (shuozel)

... (truncated)

Changelog

Sourced from arrow-array's changelog.

Historical Changelog

Commits
  • d4b9482 Update version to 54.2.0 and add CHANGELOG (#7110)
  • 34b2184 Revert "Update rand requirement from 0.8 to 0.9 (#7045)" (#7125)
  • d3a875f feat(object_store): random IP address selection (#7123)
  • ef7d753 fix: NullBufferBuilder::allocated_size should return Size in Bytes (#7122)
  • 78c9df9 Add tests that arrow IPC data is validated (#7096)
  • 2bce568 Support converting large dates (i.e. +10999-12-31) from string to Date32 (#7074)
  • a85fc03 Support setting key field in MapBuilder (#7101)
  • 27d2a75 Expose record boundary information in JSON decoder (#7092)
  • 19f01e3 object_store/gcp: derive Clone for GoogleCloudStorage (#7112)
  • d4432c0 Add ipc reader benchmark (#7091)
  • Additional commits viewable in compare view

Updates arrow-buffer from 54.1.0 to 54.2.0

Release notes

Sourced from arrow-buffer's releases.

arrow 54.2.0

Changelog

54.2.0 (2025-02-12)

Full Changelog

Implemented enhancements:

  • Casting from Utf8View to Dict(k, Utf8View) #7114
  • Support creating map arrays with key metadata #7100 [arrow]
  • [parquet] Print Parquet BasicTypeInfo id when present #7081 [parquet]
  • Add arrow-ipc benchmarks for the IPC reader and writer #6968 [arrow]

Fixed bugs:

  • NullBufferBuilder::allocated_size Returns Size in Bits #7121 [arrow]
  • [Regression in 54.0.0]. Decimal cast to smaller precision gives invalid (off-by-one) result in some cases #7069 [arrow]
  • Minor: Fix deprecated note to point to the correct const #7067 [arrow]
  • incorrect error message for reading definition levels #7056 [parquet]
  • First None in ListArray panics in cast_with_options #7043 [arrow]

Documentation updates:

Merged pull requests:

  • fix: NullBufferBuilder::allocated_size should return Size in Bytes #7122 [arrow] (shuozel)

... (truncated)

Changelog

Sourced from arrow-buffer's changelog.

Historical Changelog

Commits
  • d4b9482 Update version to 54.2.0 and add CHANGELOG (#7110)
  • 34b2184 Revert "Update rand requirement from 0.8 to 0.9 (#7045)" (#7125)
  • d3a875f feat(object_store): random IP address selection (#7123)
  • ef7d753 fix: NullBufferBuilder::allocated_size should return Size in Bytes (#7122)
  • 78c9df9 Add tests that arrow IPC data is validated (#7096)
  • 2bce568 Support converting large dates (i.e. +10999-12-31) from string to Date32 (#7074)
  • a85fc03 Support setting key field in MapBuilder (#7101)
  • 27d2a75 Expose record boundary information in JSON decoder (#7092)
  • 19f01e3 object_store/gcp: derive Clone for GoogleCloudStorage (#7112)
  • d4432c0 Add ipc reader benchmark (#7091)
  • Additional commits viewable in compare view

Updates arrow-schema from 54.1.0 to 54.2.0

Release notes

Sourced from arrow-schema's releases.

arrow 54.2.0

Changelog

54.2.0 (2025-02-12)

Full Changelog

Implemented enhancements:

  • Casting from Utf8View to Dict(k, Utf8View) #7114
  • Support creating map arrays with key metadata #7100 [arrow]
  • [parquet] Print Parquet BasicTypeInfo id when present #7081 [parquet]
  • Add arrow-ipc benchmarks for the IPC reader and writer #6968 [arrow]

Fixed bugs:

  • NullBufferBuilder::allocated_size Returns Size in Bits #7121 [arrow]
  • [Regression in 54.0.0]. Decimal cast to smaller precision gives invalid (off-by-one) result in some cases #7069 [arrow]
  • Minor: Fix deprecated note to point to the correct const #7067 [arrow]
  • incorrect error message for reading definition levels #7056 [parquet]
  • First None in ListArray panics in cast_with_options #7043 [arrow]

Documentation updates:

Merged pull requests:

  • fix: NullBufferBuilder::allocated_size should return Size in Bytes #7122 [arrow] (shuozel)

... (truncated)

Changelog

Sourced from arrow-schema's changelog.

Historical Changelog

Commits
  • d4b9482 Update version to 54.2.0 and add CHANGELOG (#7110)
  • 34b2184 Revert "Update rand requirement from 0.8 to 0.9 (#7045)" (#7125)
  • d3a875f feat(object_store): random IP address selection (#7123)
  • ef7d753 fix: NullBufferBuilder::allocated_size should return Size in Bytes (#7122)
  • 78c9df9 Add tests that arrow IPC data is validated (#7096)
  • 2bce568 Support converting large dates (i.e. +10999-12-31) from string to Date32 (#7074)
  • a85fc03 Support setting key field in MapBuilder (#7101)
  • 27d2a75 Expose record boundary information in JSON decoder (#7092)
  • 19f01e3 object_store/gcp: derive Clone for GoogleCloudStorage (#7112)
  • d4432c0 Add ipc reader benchmark (#7091)
  • Additional commits viewable in compare view

Updates arrow-select from 54.1.0 to 54.2.0

Release notes

Sourced from arrow-select's releases.

arrow 54.2.0

Changelog

54.2.0 (2025-02-12)

Full Changelog

Implemented enhancements:

  • Casting from Utf8View to Dict(k, Utf8View) #7114
  • Support creating map arrays with key metadata #7100 [arrow]
  • [parquet] Print Parquet BasicTypeInfo id when present #7081 [parquet]
  • Add arrow-ipc benchmarks for the IPC reader and writer #6968 [arrow]

Fixed bugs:

  • NullBufferBuilder::allocated_size Returns Size in Bits #7121 [arrow]
  • [Regression in 54.0.0]. Decimal cast to smaller precision gives invalid (off-by-one) result in some cases #7069 [arrow]
  • Minor: Fix deprecated note to point to the correct const #7067 [arrow]
  • incorrect error message for reading definition levels #7056 [parquet]
  • First None in ListArray panics in cast_with_options #7043 [arrow]

Documentation updates:

Merged pull requests:

  • fix: NullBufferBuilder::allocated_size should return Size in Bytes #7122 [arrow] (shuozel)

... (truncated)

Changelog

Sourced from arrow-select's changelog.

Historical Changelog

Commits
  • d4b9482 Update version to 54.2.0 and add CHANGELOG (#7110)
  • 34b2184 Revert "Update rand requirement from 0.8 to 0.9 (#7045)" (#7125)
  • d3a875f feat(object_store): random IP address selection (#7123)
  • ef7d753 fix: NullBufferBuilder::allocated_size should return Size in Bytes (#7122)
  • 78c9df9 Add tests that arrow IPC data is validated (#7096)
  • 2bce568 Support converting large dates (i.e. +10999-12-31) from string to Date32 (#7074)
  • a85fc03 Support setting key field in MapBuilder (#7101)
  • 27d2a75 Expose record boundary information in JSON decoder (#7092)
  • 19f01e3 object_store/gcp: derive Clone for GoogleCloudStorage (#7112)
  • d4432c0 Add ipc reader benchmark (#7091)
  • Additional commits viewable in compare view

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the arrow group in /rust with 4 updates: [arrow-array](https://github.com/apache/arrow-rs), [arrow-buffer](https://github.com/apache/arrow-rs), [arrow-schema](https://github.com/apache/arrow-rs) and [arrow-select](https://github.com/apache/arrow-rs).


Updates `arrow-array` from 54.1.0 to 54.2.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@54.1.0...54.2.0)

Updates `arrow-buffer` from 54.1.0 to 54.2.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@54.1.0...54.2.0)

Updates `arrow-schema` from 54.1.0 to 54.2.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@54.1.0...54.2.0)

Updates `arrow-select` from 54.1.0 to 54.2.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@54.1.0...54.2.0)

---
updated-dependencies:
- dependency-name: arrow-array
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: arrow
- dependency-name: arrow-buffer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: arrow
- dependency-name: arrow-schema
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: arrow
- dependency-name: arrow-select
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: arrow
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants