Skip to content

Commit

Permalink
bump DF to rev 9f530dd
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Dec 19, 2024
1 parent 9a568ec commit d1f646a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ arrow-buffer = { version = "53.3.0" }
arrow-data = { version = "53.3.0" }
arrow-schema = { version = "53.3.0" }
parquet = { version = "53.3.0", default-features = false, features = ["experimental"] }
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "1fc7769", default-features = false, features = ["unicode_expressions", "crypto_expressions"] }
datafusion-common = { git = "https://github.com/apache/datafusion.git", rev = "1fc7769" }
datafusion-functions = { git = "https://github.com/apache/datafusion.git", rev = "1fc7769", features = ["crypto_expressions"] }
datafusion-functions-nested = { git = "https://github.com/apache/datafusion.git", rev = "1fc7769", default-features = false }
datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "1fc7769", default-features = false }
datafusion-expr-common = { git = "https://github.com/apache/datafusion.git", rev = "1fc7769", default-features = false }
datafusion-execution = { git = "https://github.com/apache/datafusion.git", rev = "1fc7769", default-features = false }
datafusion-physical-plan = { git = "https://github.com/apache/datafusion.git", rev = "1fc7769", default-features = false }
datafusion-physical-expr = { git = "https://github.com/apache/datafusion.git", rev = "1fc7769", default-features = false }
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "9f530dd", default-features = false, features = ["unicode_expressions", "crypto_expressions"] }
datafusion-common = { git = "https://github.com/apache/datafusion.git", rev = "9f530dd" }
datafusion-functions = { git = "https://github.com/apache/datafusion.git", rev = "9f530dd", features = ["crypto_expressions"] }
datafusion-functions-nested = { git = "https://github.com/apache/datafusion.git", rev = "9f530dd", default-features = false }
datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "9f530dd", default-features = false }
datafusion-expr-common = { git = "https://github.com/apache/datafusion.git", rev = "9f530dd", default-features = false }
datafusion-execution = { git = "https://github.com/apache/datafusion.git", rev = "9f530dd", default-features = false }
datafusion-physical-plan = { git = "https://github.com/apache/datafusion.git", rev = "9f530dd", default-features = false }
datafusion-physical-expr = { git = "https://github.com/apache/datafusion.git", rev = "9f530dd", default-features = false }
datafusion-comet-spark-expr = { path = "spark-expr", version = "0.5.0" }
datafusion-comet-proto = { path = "proto", version = "0.5.0" }
chrono = { version = "0.4", default-features = false, features = ["clock"] }
Expand Down

0 comments on commit d1f646a

Please sign in to comment.