Skip to content

Commit a074902

Browse files
authored
Update to arrow/parquet 58.1.0 (#21044)
~Note this is a draft PR until I have completed the release of arrow 58~ ## Which issue does this PR close? - Part of apache/arrow-rs#9108 - Closes #20689 - Closes #20831 ## Rationale for this change Update to latest release of arrow ## What changes are included in this PR? <!-- There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR. --> ## Are these changes tested? By CI I also manually ran ```shell cargo test --test sqllogictests ``` And it passes (vs failing with asserts on main): ``` ... ``` ## Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. -->
1 parent a3dc8fa commit a074902

2 files changed

Lines changed: 50 additions & 50 deletions

File tree

Cargo.lock

Lines changed: 43 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,19 @@ version = "52.3.0"
8888
#
8989
# See for more details: https://github.com/rust-lang/cargo/issues/11329
9090
apache-avro = { version = "0.21", default-features = false }
91-
arrow = { version = "58.0.0", features = [
91+
arrow = { version = "58.1.0", features = [
9292
"prettyprint",
9393
"chrono-tz",
9494
] }
95-
arrow-buffer = { version = "58.0.0", default-features = false }
96-
arrow-flight = { version = "58.0.0", features = [
95+
arrow-buffer = { version = "58.1.0", default-features = false }
96+
arrow-flight = { version = "58.1.0", features = [
9797
"flight-sql-experimental",
9898
] }
99-
arrow-ipc = { version = "58.0.0", default-features = false, features = [
99+
arrow-ipc = { version = "58.1.0", default-features = false, features = [
100100
"lz4",
101101
] }
102-
arrow-ord = { version = "58.0.0", default-features = false }
103-
arrow-schema = { version = "58.0.0", default-features = false }
102+
arrow-ord = { version = "58.1.0", default-features = false }
103+
arrow-schema = { version = "58.1.0", default-features = false }
104104
async-trait = "0.1.89"
105105
bigdecimal = "0.4.8"
106106
bytes = "1.11"
@@ -165,7 +165,7 @@ memchr = "2.8.0"
165165
num-traits = { version = "0.2" }
166166
object_store = { version = "0.13.1", default-features = false }
167167
parking_lot = "0.12"
168-
parquet = { version = "58.0.0", default-features = false, features = [
168+
parquet = { version = "58.1.0", default-features = false, features = [
169169
"arrow",
170170
"async",
171171
"object_store",

0 commit comments

Comments
 (0)