From 94d8c219d45fddfe93485ffd416846acface8c32 Mon Sep 17 00:00:00 2001 From: Devin D'Angelo Date: Wed, 4 Oct 2023 20:07:31 -0400 Subject: [PATCH] fix arrow path --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fef175b91c21c..6ca7586f1d9fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ rust-version = "1.70" version = "31.0.0" [workspace.dependencies] -arrow = { path = "../arrow-rs/arrow", features = ["prettyprint"] } +arrow = { git = "https://github.com/apache/arrow-rs.git", features = ["prettyprint"] } arrow-array = { git = "https://github.com/apache/arrow-rs.git", default-features = false, features = ["chrono-tz"] } arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", default-features = false } arrow-flight = { git = "https://github.com/apache/arrow-rs.git", features = ["flight-sql-experimental"] }