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

fix: update object store crate #870

Merged
merged 4 commits into from
Aug 5, 2024

Conversation

parmesant
Copy link
Contributor

Fixes object_store + datafusion upgrade

Description
The following crates have been upgraded (version reference taken from InfluxDB Cargo.toml)
arrow-schema = 51.0.0 -> 52.1.0
arrow-array = 51.0.0 -> 52.1.0
arrow-json = 51.0.0 -> 52.1.0
arrow-ipc = 51.0.0 -> 52.1.0
arrow-select = 51.0.0 -> 52.1.0
datafusion = 37.1.0 -> rev = "a64df83502821f18067fb4ff65dd217815b305c9" (InfluxDB is using the same rev with object-store 0.10.2 for now)
object_store = 0.9.1 -> 0.10.2
parquet = 51.0.0 -> 52.1.0
arrow-flight = 51.0.0 -> 52.1.0
itertools = 0.12.1 -> 0.13.0

@parmesant parmesant marked this pull request as ready for review August 4, 2024 11:41
@nitisht nitisht changed the title Upgrade object store fix: update object store crate Aug 5, 2024
@nitisht nitisht merged commit e581c10 into parseablehq:main Aug 5, 2024
8 checks passed
@parmesant parmesant deleted the upgrade-object-store branch August 5, 2024 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants