From 6aa2c8dffc0a25a190ff79c0a4e1d7c75c06dcfc Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Fri, 24 Jun 2022 14:31:43 -0400 Subject: [PATCH] Test arrow without null --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7a349735b64c..be09f439171c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,3 +35,8 @@ exclude = ["datafusion-cli"] [profile.release] codegen-units = 1 lto = true + +[patch.crates-io] +arrow = { git = "https://github.com/alamb/arrow-rs.git", branch="alamb/16_without_cast_to_null" } +parquet = { git = "https://github.com/alamb/arrow-rs.git", branch="alamb/16_without_cast_to_null" } +arrow-flight = { git = "https://github.com/alamb/arrow-rs.git", branch="alamb/16_without_cast_to_null" }