vibhatha opened a new issue, #43869: URL: https://github.com/apache/arrow/issues/43869
### Describe the bug, including details regarding any error messages, version, and platform. There has been the following CI failure that occurred continuously. ```bash Error: Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.028 s <<< FAILURE! -- in org.apache.arrow.flight.sql.test.TestFlightSqlStateless Error: org.apache.arrow.flight.sql.test.TestFlightSqlStateless -- Time elapsed: 0.028 s <<< ERROR! java.lang.IllegalStateException: Failed to clear Derby database! at org.apache.arrow.util.Preconditions.checkState(Preconditions.java:422) at org.apache.arrow.flight.sql.example.FlightSqlExample.<init>(FlightSqlExample.java:187) at org.apache.arrow.flight.sql.test.TestFlightSql.setUpClientServer(TestFlightSql.java:109) at org.apache.arrow.flight.sql.test.TestFlightSql.setUp(TestFlightSql.java:101) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at java.base/java.util.ArrayList.forEach(ArrayList.java:1541) ``` This is related to mishandled state in clearing the Derby databse. ### Component(s) Integration, Java -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org