Skip to content

Commit 2e7749f

Browse files
committed
Bring in latest arrow-rs dependencies
1 parent e5e430e commit 2e7749f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

datafusion/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ unicode_expressions = ["unicode-segmentation"]
5050
[dependencies]
5151
ahash = "0.7"
5252
hashbrown = "0.11"
53-
arrow = { git = "https://github.com/apache/arrow-rs", rev = "08a662f", features = ["prettyprint"] }
54-
parquet = { git = "https://github.com/apache/arrow-rs", rev = "08a662f", features = ["arrow"] }
53+
arrow = { git = "https://github.com/apache/arrow-rs", rev = "c3fe3bab9905739fdda75301dab07a18c91731bd", features = ["prettyprint"] }
54+
parquet = { git = "https://github.com/apache/arrow-rs", rev = "c3fe3bab9905739fdda75301dab07a18c91731bd", features = ["arrow"] }
5555
sqlparser = "0.9.0"
5656
clap = "2.33"
5757
rustyline = {version = "7.0", optional = true}

0 commit comments

Comments
 (0)