Skip to content

Commit 30a80d0

Browse files
committed
Update
1 parent 17be62a commit 30a80d0

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

core/Cargo.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ include = [
3333

3434
[dependencies]
3535
parquet-format = "4.0.0" # This must be kept in sync with that from parquet crate
36-
arrow = { git = "https://github.com/viirya/arrow-rs.git", rev = "564f3bd", features = ["prettyprint", "ffi", "chrono-tz"] }
37-
arrow-array = { git = "https://github.com/viirya/arrow-rs.git", rev = "564f3bd" }
38-
arrow-buffer = { git = "https://github.com/viirya/arrow-rs.git", rev = "564f3bd" }
39-
arrow-data = { git = "https://github.com/viirya/arrow-rs.git", rev = "564f3bd" }
40-
arrow-schema = { git = "https://github.com/viirya/arrow-rs.git", rev = "564f3bd" }
41-
arrow-string = { git = "https://github.com/viirya/arrow-rs.git", rev = "564f3bd" }
42-
parquet = { git = "https://github.com/viirya/arrow-rs.git", rev = "564f3bd", default-features = false, features = ["experimental"] }
36+
arrow = { git = "https://github.com/viirya/arrow-rs.git", rev = "5978a90", features = ["prettyprint", "ffi", "chrono-tz"] }
37+
arrow-array = { git = "https://github.com/viirya/arrow-rs.git", rev = "5978a90" }
38+
arrow-buffer = { git = "https://github.com/viirya/arrow-rs.git", rev = "5978a90" }
39+
arrow-data = { git = "https://github.com/viirya/arrow-rs.git", rev = "5978a90" }
40+
arrow-schema = { git = "https://github.com/viirya/arrow-rs.git", rev = "5978a90" }
41+
arrow-string = { git = "https://github.com/viirya/arrow-rs.git", rev = "5978a90" }
42+
parquet = { git = "https://github.com/viirya/arrow-rs.git", rev = "5978a90", default-features = false, features = ["experimental"] }
4343
half = { version = "2.4.1", default-features = false }
4444
futures = "0.3.28"
4545
mimalloc = { version = "*", default-features = false, optional = true }
@@ -71,12 +71,12 @@ itertools = "0.11.0"
7171
chrono = { version = "0.4", default-features = false, features = ["clock"] }
7272
chrono-tz = { version = "0.8" }
7373
paste = "1.0.14"
74-
datafusion-common = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "dd5f0e1" }
75-
datafusion = { default-features = false, git = "https://github.com/viirya/arrow-datafusion.git", rev = "dd5f0e1", features = ["unicode_expressions", "crypto_expressions"] }
76-
datafusion-functions = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "dd5f0e1", features = ["crypto_expressions"] }
77-
datafusion-expr = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "dd5f0e1", default-features = false }
78-
datafusion-physical-expr-common = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "dd5f0e1", default-features = false }
79-
datafusion-physical-expr = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "dd5f0e1", default-features = false }
74+
datafusion-common = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "690a642" }
75+
datafusion = { default-features = false, git = "https://github.com/viirya/arrow-datafusion.git", rev = "690a642", features = ["unicode_expressions", "crypto_expressions"] }
76+
datafusion-functions = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "690a642", features = ["crypto_expressions"] }
77+
datafusion-expr = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "690a642", default-features = false }
78+
datafusion-physical-expr-common = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "690a642", default-features = false }
79+
datafusion-physical-expr = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "690a642", default-features = false }
8080
unicode-segmentation = "^1.10.1"
8181
once_cell = "1.18.0"
8282
regex = "1.9.6"

0 commit comments

Comments
 (0)