From 7d099b5d5ef4f18a319c074dafad9a29e5305c85 Mon Sep 17 00:00:00 2001 From: Liang-Chi Hsieh Date: Thu, 9 May 2024 13:02:25 -0700 Subject: [PATCH] Test --- core/Cargo.toml | 20 ++++++++++---------- pom.xml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index cbca7f629f..16bbba0007 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -29,12 +29,12 @@ 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 = "3f1ae0c", features = ["prettyprint", "ffi", "chrono-tz"] } -arrow-array = { git = "https://github.com/viirya/arrow-rs.git", rev = "3f1ae0c" } -arrow-data = { git = "https://github.com/viirya/arrow-rs.git", rev = "3f1ae0c" } -arrow-schema = { git = "https://github.com/viirya/arrow-rs.git", rev = "3f1ae0c" } -arrow-string = { git = "https://github.com/viirya/arrow-rs.git", rev = "3f1ae0c" } -parquet = { git = "https://github.com/viirya/arrow-rs.git", rev = "3f1ae0c", default-features = false, features = ["experimental"] } +arrow = { git = "https://github.com/viirya/arrow-rs.git", rev = "95e7af4", features = ["prettyprint", "ffi", "chrono-tz"] } +arrow-array = { git = "https://github.com/viirya/arrow-rs.git", rev = "95e7af4" } +arrow-data = { git = "https://github.com/viirya/arrow-rs.git", rev = "95e7af4" } +arrow-schema = { git = "https://github.com/viirya/arrow-rs.git", rev = "95e7af4" } +arrow-string = { git = "https://github.com/viirya/arrow-rs.git", rev = "95e7af4" } +parquet = { git = "https://github.com/viirya/arrow-rs.git", rev = "95e7af4", default-features = false, features = ["experimental"] } half = { version = "~2.1", default-features = false } futures = "0.3.28" mimalloc = { version = "*", default-features = false, optional = true } @@ -66,10 +66,10 @@ 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 = "57b3be4" } -datafusion = { default-features = false, git = "https://github.com/viirya/arrow-datafusion.git", rev = "57b3be4", features = ["unicode_expressions", "crypto_expressions"] } -datafusion-functions = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "57b3be4", features = ["crypto_expressions"]} -datafusion-physical-expr = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "57b3be4", default-features = false, features = ["unicode_expressions"] } +datafusion-common = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "e30e00e" } +datafusion = { default-features = false, git = "https://github.com/viirya/arrow-datafusion.git", rev = "e30e00e", features = ["unicode_expressions", "crypto_expressions"] } +datafusion-functions = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "e30e00e", features = ["crypto_expressions"] } +datafusion-physical-expr = { git = "https://github.com/viirya/arrow-datafusion.git", rev = "e30e00e", default-features = false, features = ["unicode_expressions"] } unicode-segmentation = "^1.10.1" once_cell = "1.18.0" regex = "1.9.6" diff --git a/pom.xml b/pom.xml index d217e7773c..7b0e4dd32b 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ under the License. 3.19.6 1.13.1 provided - 14.0.2 + 16.0.0 1.9.13 2.43.0 0.8.11