chore(deps): bump the arrow group with 5 updates#480
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump the arrow group with 5 updates#480dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the arrow group with 5 updates: | Package | From | To | | --- | --- | --- | | [arrow-array](https://github.com/apache/arrow-rs) | `57.0.0` | `57.1.0` | | [arrow-buffer](https://github.com/apache/arrow-rs) | `57.0.0` | `57.1.0` | | [arrow-schema](https://github.com/apache/arrow-rs) | `57.0.0` | `57.1.0` | | [arrow-cast](https://github.com/apache/arrow-rs) | `57.0.0` | `57.1.0` | | [parquet](https://github.com/apache/arrow-rs) | `57.0.0` | `57.1.0` | Updates `arrow-array` from 57.0.0 to 57.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@57.0.0...57.1.0) Updates `arrow-buffer` from 57.0.0 to 57.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@57.0.0...57.1.0) Updates `arrow-schema` from 57.0.0 to 57.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@57.0.0...57.1.0) Updates `arrow-cast` from 57.0.0 to 57.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@57.0.0...57.1.0) Updates `parquet` from 57.0.0 to 57.1.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@57.0.0...57.1.0) --- updated-dependencies: - dependency-name: arrow-array dependency-version: 57.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow - dependency-name: arrow-buffer dependency-version: 57.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow - dependency-name: arrow-schema dependency-version: 57.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow - dependency-name: arrow-cast dependency-version: 57.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow - dependency-name: parquet dependency-version: 57.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: arrow ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Dependabot couldn't access the repository. Because of this, Dependabot cannot update this pull request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the arrow group with 5 updates:
57.0.057.1.057.0.057.1.057.0.057.1.057.0.057.1.057.0.057.1.0Updates
arrow-arrayfrom 57.0.0 to 57.1.0Release notes
Sourced from arrow-array's releases.
... (truncated)
Changelog
Sourced from arrow-array's changelog.
... (truncated)
Commits
779e9bdPrepare for 57.1.0 release: Changelog and Version (#8874)ed9efe7Fix regression caused by changes in Display for DataType - display (`List(non...21e9cebSupport parsing for old style FixedSizeList (#8882)fea605c[Variant] Fix cast logic for Variant to Arrow for DataType::Null (#8825)6675204Make ArrayFormatterFactory Send + Sync and add a test (#8878)d1a428cSpeed up filter some more (up to 2x) (#8868)b5c831aAllow Users to Provide CustomArrayFormatters when Pretty-Printing Record B...389f404Fix errors when reading nested Lists with pushdown predicates. (#8866)0dcc401MakeArrowReaderOptions::with_virtual_columnserror rather than panic on in...c5c8076docs: Add examples for creating MutableBuffer from Vec (#8852)Updates
arrow-bufferfrom 57.0.0 to 57.1.0Release notes
Sourced from arrow-buffer's releases.
... (truncated)
Changelog
Sourced from arrow-buffer's changelog.
... (truncated)
Commits
779e9bdPrepare for 57.1.0 release: Changelog and Version (#8874)ed9efe7Fix regression caused by changes in Display for DataType - display (`List(non...21e9cebSupport parsing for old style FixedSizeList (#8882)fea605c[Variant] Fix cast logic for Variant to Arrow for DataType::Null (#8825)6675204Make ArrayFormatterFactory Send + Sync and add a test (#8878)d1a428cSpeed up filter some more (up to 2x) (#8868)b5c831aAllow Users to Provide CustomArrayFormatters when Pretty-Printing Record B...389f404Fix errors when reading nested Lists with pushdown predicates. (#8866)0dcc401MakeArrowReaderOptions::with_virtual_columnserror rather than panic on in...c5c8076docs: Add examples for creating MutableBuffer from Vec (#8852)Updates
arrow-schemafrom 57.0.0 to 57.1.0Release notes
Sourced from arrow-schema's releases.
... (truncated)
Changelog
Sourced from arrow-schema's changelog.
... (truncated)
Commits
779e9bdPrepare for 57.1.0 release: Changelog and Version (#8874)ed9efe7Fix regression caused by changes in Display for DataType - display (`List(non...21e9cebSupport parsing for old style FixedSizeList (#8882)fea605c[Variant] Fix cast logic for Variant to Arrow for DataType::Null (#8825)6675204Make ArrayFormatterFactory Send + Sync and add a test (#8878)d1a428cSpeed up filter some more (up to 2x) (#8868)b5c831aAllow Users to Provide CustomArrayFormatters when Pretty-Printing Record B...389f404Fix errors when reading nested Lists with pushdown predicates. (#8866)0dcc401MakeArrowReaderOptions::with_virtual_columnserror rather than panic on in...c5c8076docs: Add examples for creating MutableBuffer from Vec (#8852)Updates
arrow-castfrom 57.0.0 to 57.1.0Release notes
Sourced from arrow-cast's releases.
... (truncated)
Changelog
Sourced from arrow-cast's changelog.