Skip to content

Commit 874132e

Browse files
authored
Update arrow dependencies again (#341)
1 parent 9cf32cf commit 874132e

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

ballista/rust/client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ futures = "0.3"
3131
log = "0.4"
3232
tokio = "1.0"
3333

34-
arrow = { git = "https://github.com/apache/arrow-rs", rev = "8226219fe7104f6c8a2740806f96f02c960d991c" }
34+
arrow = { git = "https://github.com/apache/arrow-rs", rev = "4449ee96fe3fd4a0b275da8dd25ce2792699bc98" }
3535
datafusion = { path = "../../../datafusion" }

ballista/rust/core/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ tokio = "1.0"
4040
tonic = "0.4"
4141
uuid = { version = "0.8", features = ["v4"] }
4242

43-
arrow = { git = "https://github.com/apache/arrow-rs", rev = "8226219fe7104f6c8a2740806f96f02c960d991c" }
44-
arrow-flight = { git = "https://github.com/apache/arrow-rs", rev = "8226219fe7104f6c8a2740806f96f02c960d991c" }
43+
arrow = { git = "https://github.com/apache/arrow-rs", rev = "4449ee96fe3fd4a0b275da8dd25ce2792699bc98" }
44+
arrow-flight = { git = "https://github.com/apache/arrow-rs", rev = "4449ee96fe3fd4a0b275da8dd25ce2792699bc98" }
4545

4646
datafusion = { path = "../../../datafusion" }
4747

ballista/rust/executor/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ tokio-stream = "0.1"
4444
tonic = "0.4"
4545
uuid = { version = "0.8", features = ["v4"] }
4646

47-
arrow = { git = "https://github.com/apache/arrow-rs", rev = "8226219fe7104f6c8a2740806f96f02c960d991c" }
48-
arrow-flight = { git = "https://github.com/apache/arrow-rs", rev = "8226219fe7104f6c8a2740806f96f02c960d991c" }
47+
arrow = { git = "https://github.com/apache/arrow-rs", rev = "4449ee96fe3fd4a0b275da8dd25ce2792699bc98" }
48+
arrow-flight = { git = "https://github.com/apache/arrow-rs", rev = "4449ee96fe3fd4a0b275da8dd25ce2792699bc98" }
4949

5050
datafusion = { path = "../../../datafusion" }
5151

ballista/rust/scheduler/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ tonic = "0.4"
5252
tower = { version = "0.4" }
5353
warp = "0.3"
5454

55-
arrow = { git = "https://github.com/apache/arrow-rs", rev = "8226219fe7104f6c8a2740806f96f02c960d991c" }
55+
arrow = { git = "https://github.com/apache/arrow-rs", rev = "4449ee96fe3fd4a0b275da8dd25ce2792699bc98" }
5656
datafusion = { path = "../../../datafusion" }
5757

5858
[dev-dependencies]

datafusion-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ clap = "2.33"
3131
rustyline = "8.0"
3232
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync"] }
3333
datafusion = { path = "../datafusion" }
34-
arrow = { git = "https://github.com/apache/arrow-rs", rev = "8226219fe7104f6c8a2740806f96f02c960d991c" }
34+
arrow = { git = "https://github.com/apache/arrow-rs", rev = "4449ee96fe3fd4a0b275da8dd25ce2792699bc98" }

datafusion-examples/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ publish = false
2929

3030

3131
[dev-dependencies]
32-
arrow-flight = { git = "https://github.com/apache/arrow-rs", rev = "8226219fe7104f6c8a2740806f96f02c960d991c" }
32+
arrow-flight = { git = "https://github.com/apache/arrow-rs", rev = "4449ee96fe3fd4a0b275da8dd25ce2792699bc98" }
3333
datafusion = { path = "../datafusion" }
3434
prost = "0.7"
3535
tonic = "0.4"

datafusion/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ unicode_expressions = ["unicode-segmentation"]
4646
[dependencies]
4747
ahash = "0.7"
4848
hashbrown = "0.11"
49-
arrow = { git = "https://github.com/apache/arrow-rs", rev = "8226219fe7104f6c8a2740806f96f02c960d991c", features = ["prettyprint"] }
50-
parquet = { git = "https://github.com/apache/arrow-rs", rev = "8226219fe7104f6c8a2740806f96f02c960d991c", features = ["arrow"] }
49+
arrow = { git = "https://github.com/apache/arrow-rs", rev = "4449ee96fe3fd4a0b275da8dd25ce2792699bc98", features = ["prettyprint"] }
50+
parquet = { git = "https://github.com/apache/arrow-rs", rev = "4449ee96fe3fd4a0b275da8dd25ce2792699bc98", features = ["arrow"] }
5151
sqlparser = "0.9.0"
5252
paste = "^1.0"
5353
num_cpus = "1.13.0"

0 commit comments

Comments
 (0)