From e2163cb6a4be8ea02223f3d5f8091dd1469ed727 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Sat, 17 Feb 2024 07:44:32 -0500 Subject: [PATCH] Update to datafusion 36.0.0rc1 --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8fffc270..61110e04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,28 +28,28 @@ object_store = { version= "0.9.0" } # Post 35.0.0 [workspace.dependencies.datafusion] git = "https://github.com/apache/arrow-datafusion.git" -ref = "afb169cd069e0227fb0ef6d39f44d5eabbdc21a2" +ref = "441a4356b889edde0802ec1b394f1f10c18283c3" [workspace.dependencies.datafusion-common] git = "https://github.com/apache/arrow-datafusion.git" default_features = false -ref = "afb169cd069e0227fb0ef6d39f44d5eabbdc21a2" +ref = "441a4356b889edde0802ec1b394f1f10c18283c3" [workspace.dependencies.datafusion-expr] git = "https://github.com/apache/arrow-datafusion.git" -ref = "afb169cd069e0227fb0ef6d39f44d5eabbdc21a2" +ref = "441a4356b889edde0802ec1b394f1f10c18283c3" [workspace.dependencies.datafusion-proto] git = "https://github.com/apache/arrow-datafusion.git" -ref = "afb169cd069e0227fb0ef6d39f44d5eabbdc21a2" +ref = "441a4356b889edde0802ec1b394f1f10c18283c3" [workspace.dependencies.datafusion-physical-expr] git = "https://github.com/apache/arrow-datafusion.git" -ref = "afb169cd069e0227fb0ef6d39f44d5eabbdc21a2" +ref = "441a4356b889edde0802ec1b394f1f10c18283c3" [workspace.dependencies.datafusion-optimizer] git = "https://github.com/apache/arrow-datafusion.git" -ref = "afb169cd069e0227fb0ef6d39f44d5eabbdc21a2" +ref = "441a4356b889edde0802ec1b394f1f10c18283c3" [profile.release] ## Tell `rustc` to use highest performance optimization and perform Link Time Optimization