Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Jun 20, 2024
1 parent b26a5c2 commit ae6d8f5
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
54 changes: 27 additions & 27 deletions core/Cargo.lock

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

26 changes: 13 additions & 13 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ include = [

[dependencies]
parquet-format = "4.0.0" # This must be kept in sync with that from parquet crate
arrow = { git = "https://github.com/viirya/arrow-rs.git", rev = "5aa7e7f", features = ["prettyprint", "ffi", "chrono-tz"] }
arrow-array = { git = "https://github.com/viirya/arrow-rs.git", rev = "5aa7e7f" }
arrow-buffer = { git = "https://github.com/viirya/arrow-rs.git", rev = "5aa7e7f" }
arrow-data = { git = "https://github.com/viirya/arrow-rs.git", rev = "5aa7e7f" }
arrow-schema = { git = "https://github.com/viirya/arrow-rs.git", rev = "5aa7e7f" }
arrow-string = { git = "https://github.com/viirya/arrow-rs.git", rev = "5aa7e7f" }
parquet = { git = "https://github.com/viirya/arrow-rs.git", rev = "5aa7e7f", default-features = false, features = ["experimental"] }
arrow = { git = "https://github.com/viirya/arrow-rs.git", rev = "071604c", features = ["prettyprint", "ffi", "chrono-tz"] }
arrow-array = { git = "https://github.com/viirya/arrow-rs.git", rev = "071604c" }
arrow-buffer = { git = "https://github.com/viirya/arrow-rs.git", rev = "071604c" }
arrow-data = { git = "https://github.com/viirya/arrow-rs.git", rev = "071604c" }
arrow-schema = { git = "https://github.com/viirya/arrow-rs.git", rev = "071604c" }
arrow-string = { git = "https://github.com/viirya/arrow-rs.git", rev = "071604c" }
parquet = { git = "https://github.com/viirya/arrow-rs.git", rev = "071604c", default-features = false, features = ["experimental"] }
half = { version = "2.4.1", default-features = false }
futures = "0.3.28"
mimalloc = { version = "*", default-features = false, optional = true }
Expand Down Expand Up @@ -71,12 +71,12 @@ itertools = "0.11.0"
chrono = { version = "0.4", default-features = false, features = ["clock"] }
chrono-tz = { version = "0.8" }
paste = "1.0.14"
datafusion-common = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "bad5579" }
datafusion = { default-features = false, git = "https://github.com/viirya/arrow-datafusion.git", rev = "bad5579", features = ["unicode_expressions", "crypto_expressions"] }
datafusion-functions = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "bad5579", features = ["crypto_expressions"] }
datafusion-expr = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "bad5579", default-features = false }
datafusion-physical-expr-common = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "bad5579", default-features = false }
datafusion-physical-expr = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "bad5579", default-features = false }
datafusion-common = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "68d8474" }
datafusion = { default-features = false, git = "https://github.com/viirya/arrow-datafusion.git", rev = "68d8474", features = ["unicode_expressions", "crypto_expressions"] }
datafusion-functions = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "68d8474", features = ["crypto_expressions"] }
datafusion-expr = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "68d8474", default-features = false }
datafusion-physical-expr-common = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "68d8474", default-features = false }
datafusion-physical-expr = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "68d8474", default-features = false }
unicode-segmentation = "^1.10.1"
once_cell = "1.18.0"
regex = "1.9.6"
Expand Down

0 comments on commit ae6d8f5

Please sign in to comment.