Tom-Newton commented on PR #39622:
URL: https://github.com/apache/arrow/pull/39622#issuecomment-1912757190
It actually looks like that failure exists on `main` now. I'm not really
sure what the consequences of this are but I can get a bit further with
```
diff --git a/ci/scripts/java_jni_build.sh b/ci/scripts/java_jni_build.sh
index d989351ab..e1d050e25 100755
--- a/ci/scripts/java_jni_build.sh
+++ b/ci/scripts/java_jni_build.sh
@@ -71,11 +71,3 @@ if [ "${ARROW_JAVA_BUILD_TESTS}" = "ON" ]; then
fi
cmake --build . --config ${CMAKE_BUILD_TYPE} --target install
popd
-
-mkdir -p ${dist_dir}
-# For Windows. *.dll are installed into bin/ on Windows.
-if [ -d "${prefix_dir}/bin" ]; then
- mv ${prefix_dir}/bin/* ${dist_dir}/
-else
- mv ${prefix_dir}/lib/* ${dist_dir}/
-fi
```
But then I'm hitting a test failure relating to clearing derbyDB between
tests.
```
22:04:02.467 [main] ERROR o.a.a.f.sql.example.FlightSqlExample - Failed
attempt to populate DerbyDB: <Table/View 'FOREIGNTABLE' already exists in
Schema 'APP'.>
```
--
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]