Skip to content

Commit 9d87bf1

Browse files
committed
Update refs in other crates
1 parent 8ee95e0 commit 9d87bf1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

benchmarks/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ simd = ["datafusion/simd"]
3131
snmalloc = ["snmalloc-rs"]
3232

3333
[dependencies]
34-
arrow = { git = "https://github.com/apache/arrow-rs", rev = "08a662f" }
35-
parquet = { git = "https://github.com/apache/arrow-rs", rev = "08a662f" }
34+
arrow = { git = "https://github.com/apache/arrow-rs", rev = "c3fe3bab9905739fdda75301dab07a18c91731bd" }
35+
parquet = { git = "https://github.com/apache/arrow-rs", rev = "c3fe3bab9905739fdda75301dab07a18c91731bd" }
3636
datafusion = { path = "../datafusion" }
3737
structopt = { version = "0.3", default-features = false }
3838
tokio = { version = "^1.0", features = ["macros", "rt", "rt-multi-thread"] }

datafusion-examples/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ publish = false
2929

3030

3131
[dev-dependencies]
32-
arrow = { git = "https://github.com/apache/arrow-rs", rev = "08a662f" }
33-
arrow-flight = { git = "https://github.com/apache/arrow-rs", rev = "08a662f" }
32+
arrow = { git = "https://github.com/apache/arrow-rs", rev = "c3fe3bab9905739fdda75301dab07a18c91731bd" }
33+
arrow-flight = { git = "https://github.com/apache/arrow-rs", rev = "c3fe3bab9905739fdda75301dab07a18c91731bd" }
3434
datafusion = { path = "../datafusion" }
3535
prost = "0.7"
3636
tonic = "0.4"

0 commit comments

Comments
 (0)