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" }