Skip to content

Commit fd42305

Browse files
authored
Merge branch 'datafusion-54' into df54
2 parents aabb338 + 95930af commit fd42305

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ rust-version = "1.88"
3737
arrow = { version = "58.3.0", features = ["prettyprint", "ffi", "chrono-tz"] }
3838
async-trait = { version = "0.1" }
3939
bytes = { version = "1.11.1" }
40-
parquet = { version = "58.1.0", default-features = false, features = ["experimental"] }
40+
parquet = { version = "58.3.0", default-features = false, features = ["experimental"] }
4141
datafusion = { git = "https://github.com/apache/datafusion.git", branch = "branch-54", default-features = false, features = ["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] }
4242
datafusion-datasource = { git = "https://github.com/apache/datafusion.git", branch = "branch-54" }
4343
datafusion-physical-expr-adapter = { git = "https://github.com/apache/datafusion.git", branch = "branch-54" }

0 commit comments

Comments
 (0)