Describe the bug, including details regarding any error messages, version, and platform.
The integration tests have started to fail with:
-- Build files have been written to: /build/java/java_jni
ninja: no work to do.
ninja: error: unknown target 'install'
See failure on main:
https://github.com/apache/arrow/actions/runs/12542221394/job/34971743230
and PRs:
https://github.com/apache/arrow/actions/runs/12546214078/job/34981672795?pr=44989
I am not sure if something has changed lately but this was working on the 24th of December and started failing on main when this was merged:
a2f1988
which is not relevant to the failure.
I can't seem to find anything on the arrow-java remote either as it started to fail before the following was merged:
apache/arrow-java@480e1be
Component(s)
Continuous Integration, Integration, Java