lidavidm commented on issue #471: URL: https://github.com/apache/arrow-adbc/issues/471#issuecomment-1441923783
The validation tests aren't runnable by themselves. They're a library of tests that you depend on in an individual driver, then you set up the test and run the suite from the driver's test suite. See here: https://github.com/apache/arrow-adbc/blob/main/java/driver/flight-sql-validation/src/test/java/org/apache/arrow/adbc/driver/flightsql/FlightSqlQuirks.java IIRC I used the example Derby-based driver from apache/arrow: https://github.com/apache/arrow/blob/main/java/flight/flight-sql/src/test/java/org/apache/arrow/flight/sql/example/FlightSqlExample.java Obviously that's not ideal, running against Dremio if possible would be better. -- 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]
