Skip to content

Commit

Permalink
chore: Bump arrow-rs and datafusion
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuyukitanimura committed Oct 11, 2024
1 parent 7e19880 commit a1a0294
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 32 deletions.
46 changes: 22 additions & 24 deletions native/Cargo.lock

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

16 changes: 8 additions & 8 deletions native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ arrow-buffer = { version = "53.1.0" }
arrow-data = { version = "53.1.0" }
arrow-schema = { version = "53.1.0" }
parquet = { version = "53.1.0", default-features = false, features = ["experimental"] }
datafusion-common = { git = "https://github.com/apache/datafusion.git", rev = "577e4bb" }
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "577e4bb", default-features = false, features = ["unicode_expressions", "crypto_expressions"] }
datafusion-functions = { git = "https://github.com/apache/datafusion.git", rev = "577e4bb", features = ["crypto_expressions"] }
datafusion-functions-nested = { git = "https://github.com/apache/datafusion.git", rev = "577e4bb", default-features = false }
datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "577e4bb", default-features = false }
datafusion-execution = { git = "https://github.com/apache/datafusion.git", rev = "577e4bb", default-features = false }
datafusion-physical-plan = { git = "https://github.com/apache/datafusion.git", rev = "577e4bb", default-features = false }
datafusion-physical-expr = { git = "https://github.com/apache/datafusion.git", rev = "577e4bb", default-features = false }
datafusion-common = { git = "https://github.com/apache/datafusion.git", rev = "3b6aac2" }
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "3b6aac2", default-features = false, features = ["unicode_expressions", "crypto_expressions"] }
datafusion-functions = { git = "https://github.com/apache/datafusion.git", rev = "3b6aac2", features = ["crypto_expressions"] }
datafusion-functions-nested = { git = "https://github.com/apache/datafusion.git", rev = "3b6aac2", default-features = false }
datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "3b6aac2", default-features = false }
datafusion-execution = { git = "https://github.com/apache/datafusion.git", rev = "3b6aac2", default-features = false }
datafusion-physical-plan = { git = "https://github.com/apache/datafusion.git", rev = "3b6aac2", default-features = false }
datafusion-physical-expr = { git = "https://github.com/apache/datafusion.git", rev = "3b6aac2", default-features = false }
datafusion-comet-spark-expr = { path = "spark-expr", version = "0.4.0" }
datafusion-comet-proto = { path = "proto", version = "0.4.0" }
chrono = { version = "0.4", default-features = false, features = ["clock"] }
Expand Down

0 comments on commit a1a0294

Please sign in to comment.