lidavidm commented on PR #43551:
URL: https://github.com/apache/arrow/pull/43551#issuecomment-2277374942
That's not the error I'm concerned about, I'm more wondering why the
integration tests fail:
```
--------------
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.
Exception in thread "main" java.lang.AssertionError: Expected:
false
but got:
null
at
org.apache.arrow.flight.integration.tests.IntegrationAssertions.assertEquals(IntegrationAssertions.java:54)
at
org.apache.arrow.flight.integration.tests.FlightSqlScenario.lambda$validateMetadataRetrieval$0(FlightSqlScenario.java:172)
at
org.apache.arrow.flight.integration.tests.FlightSqlScenario.validate(FlightSqlScenario.java:227)
at
org.apache.arrow.flight.integration.tests.FlightSqlScenario.validateMetadataRetrieval(FlightSqlScenario.java:161)
at
org.apache.arrow.flight.integration.tests.FlightSqlScenario.client(FlightSqlScenario.java:76)
at
org.apache.arrow.flight.integration.tests.IntegrationTestClient.run(IntegrationTestClient.java:96)
at
org.apache.arrow.flight.integration.tests.IntegrationTestClient.main(IntegrationTestClient.java:66)
--------------
```
--
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]