We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e430e commit 2e7749fCopy full SHA for 2e7749f
1 file changed
datafusion/Cargo.toml
@@ -50,8 +50,8 @@ unicode_expressions = ["unicode-segmentation"]
50
[dependencies]
51
ahash = "0.7"
52
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"] }
+arrow = { git = "https://github.com/apache/arrow-rs", rev = "c3fe3bab9905739fdda75301dab07a18c91731bd", features = ["prettyprint"] }
+parquet = { git = "https://github.com/apache/arrow-rs", rev = "c3fe3bab9905739fdda75301dab07a18c91731bd", features = ["arrow"] }
55
sqlparser = "0.9.0"
56
clap = "2.33"
57
rustyline = {version = "7.0", optional = true}
0 commit comments