Skip to content

Commit

Permalink
use rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Mar 3, 2025
1 parent 2042512 commit a79ce15
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
48 changes: 24 additions & 24 deletions native/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ arrow-schema = { version = "54.2.0" }
async-trait = { version = "0.1" }
bytes = { version = "1.10.0" }
parquet = { version = "54.2.0", default-features = false, features = ["experimental"] }
datafusion = { git = "https://github.com/apache/datafusion", rev = "0867086", default-features = false, features = ["unicode_expressions", "crypto_expressions"] }
datafusion-common = { git = "https://github.com/apache/datafusion", rev = "0867086", default-features = false }
datafusion-datasource = { git = "https://github.com/apache/datafusion", rev = "0867086", default-features = false }
datafusion-functions = { git = "https://github.com/apache/datafusion", rev = "0867086", default-features = false, features = ["crypto_expressions"] }
datafusion-functions-nested = { git = "https://github.com/apache/datafusion", rev = "0867086", default-features = false }
datafusion-expr = { git = "https://github.com/apache/datafusion", rev = "0867086", default-features = false }
datafusion-expr-common = { git = "https://github.com/apache/datafusion", rev = "0867086", default-features = false }
datafusion-execution = { git = "https://github.com/apache/datafusion", rev = "0867086", default-features = false }
datafusion-physical-expr = { git = "https://github.com/apache/datafusion", rev = "0867086", default-features = false }
datafusion = { git = "https://github.com/apache/datafusion", rev = "46.0.0-rc1", default-features = false, features = ["unicode_expressions", "crypto_expressions"] }
datafusion-common = { git = "https://github.com/apache/datafusion", rev = "46.0.0-rc1", default-features = false }
datafusion-datasource = { git = "https://github.com/apache/datafusion", rev = "46.0.0-rc1", default-features = false }
datafusion-functions = { git = "https://github.com/apache/datafusion", rev = "46.0.0-rc1", default-features = false, features = ["crypto_expressions"] }
datafusion-functions-nested = { git = "https://github.com/apache/datafusion", rev = "46.0.0-rc1", default-features = false }
datafusion-expr = { git = "https://github.com/apache/datafusion", rev = "46.0.0-rc1", default-features = false }
datafusion-expr-common = { git = "https://github.com/apache/datafusion", rev = "46.0.0-rc1", default-features = false }
datafusion-execution = { git = "https://github.com/apache/datafusion", rev = "46.0.0-rc1", default-features = false }
datafusion-physical-expr = { git = "https://github.com/apache/datafusion", rev = "46.0.0-rc1", default-features = false }
datafusion-comet-spark-expr = { path = "spark-expr", version = "0.7.0" }
datafusion-comet-proto = { path = "proto", version = "0.7.0" }
chrono = { version = "0.4", default-features = false, features = ["clock"] }
Expand Down

0 comments on commit a79ce15

Please sign in to comment.