Skip to content

Commit

Permalink
Merge pull request #1 from alamb/alamb/update-to-upgrade-df-44
Browse files Browse the repository at this point in the history
Update pin to DataFusion for 44 release
  • Loading branch information
andygrove authored Dec 24, 2024
2 parents 2ed53c8 + 9d45dfa commit fa4c56c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 78 deletions.
92 changes: 23 additions & 69 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 @@ -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 = "242f45f", default-features = false, features = ["unicode_expressions", "crypto_expressions"] }
datafusion-common = { git = "https://github.com/apache/datafusion.git", rev = "242f45f", default-features = false }
datafusion-functions = { git = "https://github.com/apache/datafusion.git", rev = "242f45f", default-features = false, features = ["crypto_expressions"] }
datafusion-functions-nested = { git = "https://github.com/apache/datafusion.git", rev = "242f45f", default-features = false }
datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "242f45f", default-features = false }
datafusion-expr-common = { git = "https://github.com/apache/datafusion.git", rev = "242f45f", default-features = false }
datafusion-execution = { git = "https://github.com/apache/datafusion.git", rev = "242f45f", default-features = false }
datafusion-physical-plan = { git = "https://github.com/apache/datafusion.git", rev = "242f45f", default-features = false }
datafusion-physical-expr = { git = "https://github.com/apache/datafusion.git", rev = "242f45f", default-features = false }
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "3864b113c3e3fe85e18462d6374f8244c4f77b27", default-features = false, features = ["unicode_expressions", "crypto_expressions"] }
datafusion-common = { git = "https://github.com/apache/datafusion.git", rev = "3864b113c3e3fe85e18462d6374f8244c4f77b27", default-features = false }
datafusion-functions = { git = "https://github.com/apache/datafusion.git", rev = "3864b113c3e3fe85e18462d6374f8244c4f77b27", default-features = false, features = ["crypto_expressions"] }
datafusion-functions-nested = { git = "https://github.com/apache/datafusion.git", rev = "3864b113c3e3fe85e18462d6374f8244c4f77b27", default-features = false }
datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "3864b113c3e3fe85e18462d6374f8244c4f77b27", default-features = false }
datafusion-expr-common = { git = "https://github.com/apache/datafusion.git", rev = "3864b113c3e3fe85e18462d6374f8244c4f77b27", default-features = false }
datafusion-execution = { git = "https://github.com/apache/datafusion.git", rev = "3864b113c3e3fe85e18462d6374f8244c4f77b27", default-features = false }
datafusion-physical-plan = { git = "https://github.com/apache/datafusion.git", rev = "3864b113c3e3fe85e18462d6374f8244c4f77b27", default-features = false }
datafusion-physical-expr = { git = "https://github.com/apache/datafusion.git", rev = "3864b113c3e3fe85e18462d6374f8244c4f77b27", 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 fa4c56c

Please sign in to comment.