Skip to content

Commit 6034be4

Browse files
alambtisonkun
andauthored
Update to arrow/parquet 53.0.0, tonic, prost, object_store, pyo3 (#12032)
* Update prost, prost-derive, pbjson * udpate more * Update datafusion/substrait/Cargo.toml Co-authored-by: tison <[email protected]> * Update vendored code * revert upgrade in datafusion-examples until arrow-flight is updated * Pin to pre-release arrow-rs * update pyo3 * Update to use new arrow apis * update for new api * Update tonic in examples * update prost * update datafusion-cli/cargo * update test output * update * updates * updates * update math * update more * fix scalar tests * Port statistics to use new API * factor into a function * update generated files * Update test * add new test * update tests * tapelo format * Update other tests * Update datafusion pin * Update for API change * Update to arrow 53.0.0 sha * Update cli deps * update cargo.lock * Update expected output * Remove patch * update datafusion-cli cargo * Pin some aws sdks whose update caused CI failures --------- Co-authored-by: tison <[email protected]>
1 parent 91b1d2b commit 6034be4

File tree

30 files changed

+526
-380
lines changed

30 files changed

+526
-380
lines changed

Cargo.toml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,22 @@ version = "41.0.0"
6969
ahash = { version = "0.8", default-features = false, features = [
7070
"runtime-rng",
7171
] }
72-
arrow = { version = "52.2.0", features = [
72+
arrow = { version = "53.0.0", features = [
7373
"prettyprint",
7474
] }
75-
arrow-array = { version = "52.2.0", default-features = false, features = [
75+
arrow-array = { version = "53.0.0", default-features = false, features = [
7676
"chrono-tz",
7777
] }
78-
arrow-buffer = { version = "52.2.0", default-features = false }
79-
arrow-flight = { version = "52.2.0", features = [
78+
arrow-buffer = { version = "53.0.0", default-features = false }
79+
arrow-flight = { version = "53.0.0", features = [
8080
"flight-sql-experimental",
8181
] }
82-
arrow-ipc = { version = "52.2.0", default-features = false, features = [
82+
arrow-ipc = { version = "53.0.0", default-features = false, features = [
8383
"lz4",
8484
] }
85-
arrow-ord = { version = "52.2.0", default-features = false }
86-
arrow-schema = { version = "52.2.0", default-features = false }
87-
arrow-string = { version = "52.2.0", default-features = false }
85+
arrow-ord = { version = "53.0.0", default-features = false }
86+
arrow-schema = { version = "53.0.0", default-features = false }
87+
arrow-string = { version = "53.0.0", default-features = false }
8888
async-trait = "0.1.73"
8989
bigdecimal = "=0.4.1"
9090
bytes = "1.4"
@@ -122,15 +122,17 @@ indexmap = "2.0.0"
122122
itertools = "0.13"
123123
log = "^0.4"
124124
num_cpus = "1.13.0"
125-
object_store = { version = "0.10.2", default-features = false }
125+
object_store = { version = "0.11.0", default-features = false }
126126
parking_lot = "0.12"
127-
parquet = { version = "52.2.0", default-features = false, features = [
127+
parquet = { version = "53.0.0", default-features = false, features = [
128128
"arrow",
129129
"async",
130130
"object_store",
131131
] }
132+
pbjson = { version = "0.7.0" }
132133
# Should match arrow-flight's version of prost.
133-
prost = "0.12.3"
134+
prost = "0.13.1"
135+
prost-derive = "0.13.1"
134136
rand = "0.8"
135137
regex = "1.8"
136138
rstest = "0.22.0"

0 commit comments

Comments
 (0)