From c1eb843d4f1fe0144d77ace33c25e36876a00e20 Mon Sep 17 00:00:00 2001 From: Michael Maletich Date: Fri, 24 May 2024 15:18:17 -0500 Subject: [PATCH] Point to a fixed version. --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fb008d7488..aa328589ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,11 +71,11 @@ tokio = { version = "1" } num_cpus = { version = "1" } [patch.crates-io] -datafusion = { git = "https://github.com/relativityone/datafusion.git", branch = "v37.1.0-main" } -datafusion-expr = { git = "https://github.com/relativityone/datafusion.git", branch = "v37.1.0-main" } -datafusion-common = { git = "https://github.com/relativityone/datafusion.git", branch = "v37.1.0-main" } -datafusion-proto = { git = "https://github.com/relativityone/datafusion.git", branch = "v37.1.0-main" } -datafusion-sql = { git = "https://github.com/relativityone/datafusion.git", branch = "v37.1.0-main" } -datafusion-physical-expr = { git = "https://github.com/relativityone/datafusion.git", branch = "v37.1.0-main" } -datafusion-functions = { git = "https://github.com/relativityone/datafusion.git", branch = "v37.1.0-main" } -datafusion-functions-array = { git = "https://github.com/relativityone/datafusion.git", branch = "v37.1.0-main" } \ No newline at end of file +datafusion = { git = "https://github.com/relativityone/datafusion.git", rev = "f944ed606df5c66ba169f13ee3ee2bed6403a7df" } +datafusion-expr = { git = "https://github.com/relativityone/datafusion.git", rev = "f944ed606df5c66ba169f13ee3ee2bed6403a7df" } +datafusion-common = { git = "https://github.com/relativityone/datafusion.git", rev = "f944ed606df5c66ba169f13ee3ee2bed6403a7df" } +datafusion-proto = { git = "https://github.com/relativityone/datafusion.git", rev = "f944ed606df5c66ba169f13ee3ee2bed6403a7df" } +datafusion-sql = { git = "https://github.com/relativityone/datafusion.git", rev = "f944ed606df5c66ba169f13ee3ee2bed6403a7df" } +datafusion-physical-expr = { git = "https://github.com/relativityone/datafusion.git", rev = "f944ed606df5c66ba169f13ee3ee2bed6403a7df" } +datafusion-functions = { git = "https://github.com/relativityone/datafusion.git", rev = "f944ed606df5c66ba169f13ee3ee2bed6403a7df" } +datafusion-functions-array = { git = "https://github.com/relativityone/datafusion.git", rev = "f944ed606df5c66ba169f13ee3ee2bed6403a7df" } \ No newline at end of file