From d667464b236f54b910d8dca914df0001d41aa5d5 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Tue, 30 Nov 2021 16:21:45 -0500 Subject: [PATCH] Demonstrate tests passing when validate_full is called --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c722851e72dec..b5f5d8ae1d360 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,3 +33,8 @@ exclude = ["python"] [profile.release] lto = true codegen-units = 1 + + +[patch.crates-io] +arrow = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/full_array_data_construction_validation_df" } +parquet = { git = "https://github.com/alamb/arrow-rs.git", branch = "alamb/full_array_data_construction_validation_df" }