From d1f646a210b2f72114865cd249f72bb99683b61e Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Thu, 19 Dec 2024 14:50:00 -0700 Subject: [PATCH] bump DF to rev 9f530dd --- native/Cargo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/native/Cargo.toml b/native/Cargo.toml index 1b1544c5c..f2310b3f9 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -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 = "1fc7769", default-features = false, features = ["unicode_expressions", "crypto_expressions"] } -datafusion-common = { git = "https://github.com/apache/datafusion.git", rev = "1fc7769" } -datafusion-functions = { git = "https://github.com/apache/datafusion.git", rev = "1fc7769", features = ["crypto_expressions"] } -datafusion-functions-nested = { git = "https://github.com/apache/datafusion.git", rev = "1fc7769", default-features = false } -datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "1fc7769", default-features = false } -datafusion-expr-common = { git = "https://github.com/apache/datafusion.git", rev = "1fc7769", default-features = false } -datafusion-execution = { git = "https://github.com/apache/datafusion.git", rev = "1fc7769", default-features = false } -datafusion-physical-plan = { git = "https://github.com/apache/datafusion.git", rev = "1fc7769", default-features = false } -datafusion-physical-expr = { git = "https://github.com/apache/datafusion.git", rev = "1fc7769", default-features = false } +datafusion = { git = "https://github.com/apache/datafusion.git", rev = "9f530dd", default-features = false, features = ["unicode_expressions", "crypto_expressions"] } +datafusion-common = { git = "https://github.com/apache/datafusion.git", rev = "9f530dd" } +datafusion-functions = { git = "https://github.com/apache/datafusion.git", rev = "9f530dd", features = ["crypto_expressions"] } +datafusion-functions-nested = { git = "https://github.com/apache/datafusion.git", rev = "9f530dd", default-features = false } +datafusion-expr = { git = "https://github.com/apache/datafusion.git", rev = "9f530dd", default-features = false } +datafusion-expr-common = { git = "https://github.com/apache/datafusion.git", rev = "9f530dd", default-features = false } +datafusion-execution = { git = "https://github.com/apache/datafusion.git", rev = "9f530dd", default-features = false } +datafusion-physical-plan = { git = "https://github.com/apache/datafusion.git", rev = "9f530dd", default-features = false } +datafusion-physical-expr = { git = "https://github.com/apache/datafusion.git", rev = "9f530dd", 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"] }