We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aabb338 + 95930af commit fd42305Copy full SHA for fd42305
1 file changed
native/Cargo.toml
@@ -37,7 +37,7 @@ rust-version = "1.88"
37
arrow = { version = "58.3.0", features = ["prettyprint", "ffi", "chrono-tz"] }
38
async-trait = { version = "0.1" }
39
bytes = { version = "1.11.1" }
40
-parquet = { version = "58.1.0", default-features = false, features = ["experimental"] }
+parquet = { version = "58.3.0", default-features = false, features = ["experimental"] }
41
datafusion = { git = "https://github.com/apache/datafusion.git", branch = "branch-54", default-features = false, features = ["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] }
42
datafusion-datasource = { git = "https://github.com/apache/datafusion.git", branch = "branch-54" }
43
datafusion-physical-expr-adapter = { git = "https://github.com/apache/datafusion.git", branch = "branch-54" }
0 commit comments