Skip to content

Commit

Permalink
revert to datafusion 35 such that we can add the deltalake crate
Browse files Browse the repository at this point in the history
  • Loading branch information
timvw committed Mar 28, 2024
1 parent d404bfb commit f81ef62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ aws-types = "1.1"
aws-credential-types = "1.1"
chrono = "0.4"
clap = { version = "4.5", features = ["derive"] }
datafusion = { version = "36.0", features = ["avro"] }
#deltalake = { version = "0.12.0", default-features = false, features = ["datafusion-ext", "s3"] }
datafusion = { version = "35", features = ["avro"] }
deltalake = { version = "0.17", default-features = false, features = ["datafusion-ext", "s3"] }
futures = "0.3"
glob = "0.3"
object_store = { version = "0.9", features = ["aws", "gcp"] }
Expand Down

0 comments on commit f81ef62

Please sign in to comment.