chore(deps): bump the geoarrow group with 9 updates#932
Open
dependabot[bot] wants to merge 3 commits intomainfrom
Open
chore(deps): bump the geoarrow group with 9 updates#932dependabot[bot] wants to merge 3 commits intomainfrom
dependabot[bot] wants to merge 3 commits intomainfrom
Conversation
Updates the requirements on [arrow-array](https://github.com/apache/arrow-rs), [arrow-cast](https://github.com/apache/arrow-rs), [arrow-json](https://github.com/apache/arrow-rs), [arrow-schema](https://github.com/apache/arrow-rs), [geoarrow-array](https://github.com/geoarrow/geoarrow-rs), [geoparquet](https://github.com/geoarrow/geoarrow-rs), [geoarrow-schema](https://github.com/geoarrow/geoarrow-rs), [object_store](https://github.com/apache/arrow-rs-object-store) and [parquet](https://github.com/apache/arrow-rs) to permit the latest version. Updates `arrow-array` to 57.2.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@56.0.0...57.2.0) Updates `arrow-cast` to 57.2.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@56.0.0...57.2.0) Updates `arrow-json` to 57.2.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@56.0.0...57.2.0) Updates `arrow-schema` to 57.2.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@56.0.0...57.2.0) Updates `geoarrow-array` to 0.7.0 - [Release notes](https://github.com/geoarrow/geoarrow-rs/releases) - [Changelog](https://github.com/geoarrow/geoarrow-rs/blob/main/CHANGELOG.md) - [Commits](geoarrow/geoarrow-rs@py-v0.6.0...rust-v0.7.0) Updates `geoparquet` to 0.7.0 - [Release notes](https://github.com/geoarrow/geoarrow-rs/releases) - [Changelog](https://github.com/geoarrow/geoarrow-rs/blob/main/CHANGELOG.md) - [Commits](geoarrow/geoarrow-rs@py-v0.6.0...rust-v0.7.0) Updates `geoarrow-schema` to 0.7.0 - [Release notes](https://github.com/geoarrow/geoarrow-rs/releases) - [Changelog](https://github.com/geoarrow/geoarrow-rs/blob/main/CHANGELOG.md) - [Commits](geoarrow/geoarrow-rs@py-v0.6.0...rust-v0.7.0) Updates `object_store` to 0.13.0 - [Changelog](https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs-object-store@v0.12.0...v0.13.0) Updates `parquet` to 57.2.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@56.0.0...57.2.0) --- updated-dependencies: - dependency-name: arrow-array dependency-version: 57.2.0 dependency-type: direct:production dependency-group: geoarrow - dependency-name: arrow-cast dependency-version: 57.2.0 dependency-type: direct:production dependency-group: geoarrow - dependency-name: arrow-json dependency-version: 57.2.0 dependency-type: direct:production dependency-group: geoarrow - dependency-name: arrow-schema dependency-version: 57.2.0 dependency-type: direct:production dependency-group: geoarrow - dependency-name: geoarrow-array dependency-version: 0.7.0 dependency-type: direct:production dependency-group: geoarrow - dependency-name: geoparquet dependency-version: 0.7.0 dependency-type: direct:production dependency-group: geoarrow - dependency-name: geoarrow-schema dependency-version: 0.7.0 dependency-type: direct:production dependency-group: geoarrow - dependency-name: object_store dependency-version: 0.13.0 dependency-type: direct:production dependency-group: geoarrow - dependency-name: parquet dependency-version: 57.2.0 dependency-type: direct:production dependency-group: geoarrow ... Signed-off-by: dependabot[bot] <support@github.com>
Member
|
Waiting on duckdb |
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.
Updates the requirements on arrow-array, arrow-cast, arrow-json, arrow-schema, geoarrow-array, geoparquet, geoarrow-schema, object_store and parquet to permit the latest version.
Updates
arrow-arrayto 57.2.0Release notes
Sourced from arrow-array's releases.
... (truncated)
Changelog
Sourced from arrow-array's changelog.
... (truncated)
Commits
9e822e0Update version to57.2.0, add CHANGELOG (#9103)28f66f9Add Union encoding documentation (#9102)a8346beMinor: make it clear cache array reader is not cloning arrays (#9057)721f373Seal Array trait (#9092)2b179b8feat(parquet): relax type compatility check in parquet ArrowWriter (#9099)10a976fchore: increase row count and batch size for more deterministic tests (#9088)2507946AddFlightInfo::with_endpointsmethod (#9075)068a7e4AddDataType::is_decimal(#9100)b1dfb69Fix row slice bug in Union column decoding with many columns (#9000)a9d6e92[Variant] MoveArrayVariantToArrowRowBuildertovariant_to_arrow(#9094)Updates
arrow-castto 57.2.0Release notes
Sourced from arrow-cast's releases.
... (truncated)
Changelog
Sourced from arrow-cast's changelog.
... (truncated)
Commits
9e822e0Update version to57.2.0, add CHANGELOG (#9103)28f66f9Add Union encoding documentation (#9102)a8346beMinor: make it clear cache array reader is not cloning arrays (#9057)721f373Seal Array trait (#9092)2b179b8feat(parquet): relax type compatility check in parquet ArrowWriter (#9099)10a976fchore: increase row count and batch size for more deterministic tests (#9088)2507946AddFlightInfo::with_endpointsmethod (#9075)068a7e4AddDataType::is_decimal(#9100)b1dfb69Fix row slice bug in Union column decoding with many columns (#9000)a9d6e92[Variant] MoveArrayVariantToArrowRowBuildertovariant_to_arrow(#9094)Updates
arrow-jsonto 57.2.0Release notes
Sourced from arrow-json's releases.
... (truncated)
Changelog
Sourced from arrow-json's changelog.
... (truncated)
Commits
9e822e0Update version to57.2.0, add CHANGELOG (#9103)28f66f9Add Union encoding documentation (#9102)a8346beMinor: make it clear cache array reader is not cloning arrays (#9057)721f373Seal Array trait (#9092)2b179b8feat(parquet): relax type compatility check in parquet ArrowWriter (#9099)10a976fchore: increase row count and batch size for more deterministic tests (#9088)2507946AddFlightInfo::with_endpointsmethod (#9075)068a7e4AddDataType::is_decimal(#9100)b1dfb69Fix row slice bug in Union column decoding with many columns (#9000)a9d6e92[Variant] MoveArrayVariantToArrowRowBuildertovariant_to_arrow(#9094)Updates
arrow-schemato 57.2.0Release notes
Sourced from arrow-schema's releases.
... (truncated)
Changelog
Sourced from arrow-schema's changelog.
... (truncated)
Commits
9e822e0Update version to57.2.0, add CHANGELOG (#9103)28f66f9Add Union encoding documentation (#9102)a8346beMinor: make it clear cache array reader is not cloning arrays (#9057)721f373Seal Array trait (#9092)2b179b8feat(parquet): relax type compatility check in parquet ArrowWriter (#9099)10a976fchore: increase row count and batch size for more deterministic tests (#9088)2507946AddFlightInfo::with_endpointsmethod (#9075)068a7e4AddDataType::is_decimal(#9100)b1dfb69Fix row slice bug in Union column decoding with many columns (#9000)a9d6e92[Variant] MoveArrayVariantToArrowRowBuildertovariant_to_arrow(#9094)Updates
geoarrow-arrayto 0.7.0Release notes
Sourced from geoarrow-array's releases.
Changelog
Sourced from geoarrow-array's changelog.