snmvaughan commented on PR #136:
URL:
https://github.com/apache/arrow-datafusion-comet/pull/136#issuecomment-1973561608
Looking at the logs for the build, it is using Java 11 which works as
expected:
```
env:
RUST_VERSION: nightly
JAVA_VERSION: 11
JAVA_HOME: /__t/Java_Zulu_jdk/11.0.22-7/x64
JAVA_HOME_11_X64: /__t/Java_Zulu_jdk/11.0.22-7/x64
```
Running locally on an M1 Mac using Java 8 fails when executing `make test`:
```
failures:
errors::tests::error_from_panic
errors::tests::jint_array_panic_exception
errors::tests::jint_array_result
errors::tests::jlong_panic_exception
errors::tests::jlong_result
errors::tests::jlong_result_err
errors::tests::jlong_result_ok
errors::tests::object_result
test result: FAILED. 74 passed; 8 failed; 1 ignored; 0 measured; 0 filtered
out; finished in 0.12s
```
... but it succeeds if I manually `cd core` and then execute
`RUST_BACKTRACE=1 cargo test`
--
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]