Skip to content

Commit 17ea32e

Browse files
Dandandanavantgardnerio
authored andcommitted
Update arrow version for not preserving dict_id (#303)
1 parent 2ec5f55 commit 17ea32e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,23 +77,23 @@ version = "44.0.0"
7777
ahash = { version = "0.8", default-features = false, features = [
7878
"runtime-rng",
7979
] }
80-
arrow = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.2", features = [
80+
arrow = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.3", features = [
8181
"prettyprint",
8282
] }
83-
arrow-array = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.2", default-features = false, features = [
83+
arrow-array = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.3", default-features = false, features = [
8484
"chrono-tz",
8585
] }
86-
arrow-buffer = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.2", default-features = false }
87-
arrow-flight = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.2", features = [
86+
arrow-buffer = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.3", default-features = false }
87+
arrow-flight = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.3", features = [
8888
"flight-sql-experimental",
8989
] }
9090

91-
arrow-ipc = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.2", default-features = false, features = [
91+
arrow-ipc = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.3", default-features = false, features = [
9292
"lz4",
9393
] }
94-
arrow-ord = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.2", default-features = false }
95-
arrow-schema = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.2", default-features = false }
96-
arrow-string = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.2", default-features = false }
94+
arrow-ord = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.3", default-features = false }
95+
arrow-schema = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.3", default-features = false }
96+
arrow-string = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.3", default-features = false }
9797
async-trait = "0.1.73"
9898
bigdecimal = "0.4.7"
9999
bytes = "1.4"
@@ -135,7 +135,7 @@ itertools = "0.13"
135135
log = "^0.4"
136136
object_store = { version = "0.11.0", default-features = false }
137137
parking_lot = "0.12"
138-
parquet = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.2", default-features = false, features = [
138+
parquet = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.3", default-features = false, features = [
139139
"arrow",
140140
"async",
141141
"object_store",

0 commit comments

Comments
 (0)