tustvold opened a new issue, #5815: URL: https://github.com/apache/arrow-rs/issues/5815
Java Integration tests are failing with some strange error about not being able to find flight https://github.com/apache/arrow-rs/actions/runs/9284625938/job/25547387572 ``` FAILED TEST: custom_metadata Rust producing, Java consuming <class 'RuntimeError'>: Command failed: java -Dio.netty.tryReflectionSetAccessible=true -Darrow.struct.conflict.policy=CONFLICT_APPEND -XX:-UsePerfData --add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED --add-reads=org.apache.arrow.flight.core=ALL-UNNAMED -cp /build/java/flight/flight-integration-tests/target/flight-integration-tests-17.0.0-SNAPSHOT-jar-with-dependencies.jar org.apache.arrow.flight.integration.tests.IntegrationTestClient -port 39249 -j /tmp/arrow-integration-oo50s7yc/generated_custom_metadata.json With output: -------------- WARNING: Unknown module: org.apache.arrow.flight.core specified to --add-reads WARNING: Unknown module: org.apache.arrow.memory.core specified to --add-opens SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Unknown error Could not find flight. /tmp/arrow-integration-oo50s7yc/generated_custom_metadata.json ``` -- 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]
