diff --git a/Cargo.toml b/Cargo.toml index 471c0ca0adf30..80d8eda7b6102 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -133,18 +133,19 @@ large_futures = "warn" [workspace.lints.rust] unused_imports = "deny" + [patch.crates-io] -arrow-arith = { git = "https://github.com/apache/arrow-rs.git", rev = "1c869214e2cf25959750756a65a0c042444e5d5d" } -arrow-array = { git = "https://github.com/apache/arrow-rs.git", rev = "1c869214e2cf25959750756a65a0c042444e5d5d" } -arrow-buffer = { git = "https://github.com/apache/arrow-rs.git", rev = "1c869214e2cf25959750756a65a0c042444e5d5d" } -arrow-cast = { git = "https://github.com/apache/arrow-rs.git", rev = "1c869214e2cf25959750756a65a0c042444e5d5d" } -arrow-csv = { git = "https://github.com/apache/arrow-rs.git", rev = "1c869214e2cf25959750756a65a0c042444e5d5d" } -arrow-data = { git = "https://github.com/apache/arrow-rs.git", rev = "1c869214e2cf25959750756a65a0c042444e5d5d" } -arrow-flight = { git = "https://github.com/apache/arrow-rs.git", rev = "1c869214e2cf25959750756a65a0c042444e5d5d" } -arrow-ipc = { git = "https://github.com/apache/arrow-rs.git", rev = "1c869214e2cf25959750756a65a0c042444e5d5d" } -arrow-json = { git = "https://github.com/apache/arrow-rs.git", rev = "1c869214e2cf25959750756a65a0c042444e5d5d" } -arrow-ord = { git = "https://github.com/apache/arrow-rs.git", rev = "1c869214e2cf25959750756a65a0c042444e5d5d" } -arrow-row = { git = "https://github.com/apache/arrow-rs.git", rev = "1c869214e2cf25959750756a65a0c042444e5d5d" } -arrow-schema = { git = "https://github.com/apache/arrow-rs.git", rev = "1c869214e2cf25959750756a65a0c042444e5d5d" } -arrow-select = { git = "https://github.com/apache/arrow-rs.git", rev = "1c869214e2cf25959750756a65a0c042444e5d5d" } -arrow-string = { git = "https://github.com/apache/arrow-rs.git", rev = "1c869214e2cf25959750756a65a0c042444e5d5d" } +arrow-arith = { git = "https://github.com/bbannier/arrow-rs.git", branch = "t/comment" } +arrow-array = { git = "https://github.com/bbannier/arrow-rs.git", branch = "t/comment" } +arrow-buffer = { git = "https://github.com/bbannier/arrow-rs.git", branch = "t/comment" } +arrow-cast = { git = "https://github.com/bbannier/arrow-rs.git", branch = "t/comment" } +arrow-csv = { git = "https://github.com/bbannier/arrow-rs.git", branch = "t/comment" } +arrow-data = { git = "https://github.com/bbannier/arrow-rs.git", branch = "t/comment" } +arrow-flight = { git = "https://github.com/bbannier/arrow-rs.git", branch = "t/comment" } +arrow-ipc = { git = "https://github.com/bbannier/arrow-rs.git", branch = "t/comment" } +arrow-json = { git = "https://github.com/bbannier/arrow-rs.git", branch = "t/comment" } +arrow-ord = { git = "https://github.com/bbannier/arrow-rs.git", branch = "t/comment" } +arrow-row = { git = "https://github.com/bbannier/arrow-rs.git", branch = "t/comment" } +arrow-schema = { git = "https://github.com/bbannier/arrow-rs.git", branch = "t/comment" } +arrow-select = { git = "https://github.com/bbannier/arrow-rs.git", branch = "t/comment" } +arrow-string = { git = "https://github.com/bbannier/arrow-rs.git", branch = "t/comment" }