alamb commented on PR #2693:
URL: https://github.com/apache/arrow-rs/pull/2693#issuecomment-1247141378
```
cd /Users/alamb/Software/arrow-datafusion && RUST_BACKTRACE=1
CARGO_TARGET_DIR=/Users/alamb/Software/df-target nice cargo test --all
Updating git repository `https://github.com/tustvold/arrow-rs.git`
Updating git submodule `https://github.com/apache/parquet-testing.git`
Updating git submodule `https://github.com/apache/arrow-testing`
Updating crates.io index
Compiling parquet v22.0.0
(https://github.com/tustvold/arrow-rs.git?rev=f47a878#f47a8784)
Compiling arrow-buffer v22.0.0
(https://github.com/tustvold/arrow-rs.git?rev=f47a878#f47a8784)
Compiling arrow-flight v22.0.0
(https://github.com/tustvold/arrow-rs.git?rev=f47a878#f47a8784)
Compiling arrow v22.0.0
(https://github.com/tustvold/arrow-rs.git?rev=f47a878#f47a8784)
Compiling fuzz-utils v0.1.0
(/Users/alamb/Software/arrow-datafusion/datafusion/core/fuzz-utils)
Compiling datafusion-common v12.0.0
(/Users/alamb/Software/arrow-datafusion/datafusion/common)
Compiling datafusion-expr v12.0.0
(/Users/alamb/Software/arrow-datafusion/datafusion/expr)
Compiling datafusion-row v12.0.0
(/Users/alamb/Software/arrow-datafusion/datafusion/row)
Compiling datafusion-physical-expr v12.0.0
(/Users/alamb/Software/arrow-datafusion/datafusion/physical-expr)
Compiling datafusion-sql v12.0.0
(/Users/alamb/Software/arrow-datafusion/datafusion/sql)
Compiling datafusion-jit v12.0.0
(/Users/alamb/Software/arrow-datafusion/datafusion/jit)
Compiling datafusion-optimizer v12.0.0
(/Users/alamb/Software/arrow-datafusion/datafusion/optimizer)
Compiling datafusion v12.0.0
(/Users/alamb/Software/arrow-datafusion/datafusion/core)
Compiling datafusion-proto v12.0.0
(/Users/alamb/Software/arrow-datafusion/datafusion/proto)
Compiling datafusion-benchmarks v12.0.0
(/Users/alamb/Software/arrow-datafusion/benchmarks)
Compiling datafusion-examples v12.0.0
(/Users/alamb/Software/arrow-datafusion/datafusion-examples)
```
Seems to work well 👍
```diff
diff --git a/Cargo.toml b/Cargo.toml
index b5a7989d9..713c4844b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,6 +37,6 @@ lto = true
# TEMP
[patch.crates-io]
-arrow = { git = "https://github.com/apache/arrow-rs.git",
rev="51466634f11b7d965ca3c912835c91e0f84a6c92"}
-parquet = { git = "https://github.com/apache/arrow-rs.git",
rev="51466634f11b7d965ca3c912835c91e0f84a6c92" }
-arrow-flight = { git = "https://github.com/apache/arrow-rs.git",
rev="51466634f11b7d965ca3c912835c91e0f84a6c92" }
+arrow = { git = "https://github.com/tustvold/arrow-rs.git", rev="f47a878"}
+parquet = { git = "https://github.com/tustvold/arrow-rs.git",
rev="f47a878" }
+arrow-flight = { git = "https://github.com/tustvold/arrow-rs.git",
rev="f47a878" }
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]