Skip to content

Commit a103bac

Browse files
Update arrow dependency to include rowid (#295)
1 parent a581f23 commit a103bac

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
@@ -70,23 +70,23 @@ version = "42.2.0"
7070
ahash = { version = "0.8", default-features = false, features = [
7171
"runtime-rng",
7272
] }
73-
arrow = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.0", features = [
73+
arrow = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.1", features = [
7474
"prettyprint",
7575
] }
76-
arrow-array = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.0", default-features = false, features = [
76+
arrow-array = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.1", default-features = false, features = [
7777
"chrono-tz",
7878
] }
79-
arrow-buffer = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.0", default-features = false }
80-
arrow-flight = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.0", features = [
79+
arrow-buffer = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.1", default-features = false }
80+
arrow-flight = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.1", features = [
8181
"flight-sql-experimental",
8282
] }
8383

84-
arrow-ipc = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.0", default-features = false, features = [
84+
arrow-ipc = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.1", default-features = false, features = [
8585
"lz4",
8686
] }
87-
arrow-ord = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.0", default-features = false }
88-
arrow-schema = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.0", default-features = false }
89-
arrow-string = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.0", default-features = false }
87+
arrow-ord = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.1", default-features = false }
88+
arrow-schema = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.1", default-features = false }
89+
arrow-string = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.1", default-features = false }
9090
async-trait = "0.1.73"
9191
bigdecimal = "=0.4.1"
9292
bytes = "1.4"
@@ -127,7 +127,7 @@ log = "^0.4"
127127
num_cpus = "1.13.0"
128128
object_store = { version = "0.11.0", default-features = false }
129129
parking_lot = "0.12"
130-
parquet = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.0", default-features = false, features = [
130+
parquet = { git = "https://github.com/Coralogix/arrow-rs.git", tag = "v53.4.1-cx.1", default-features = false, features = [
131131
"arrow",
132132
"async",
133133
"object_store",

0 commit comments

Comments
 (0)