tokoko commented on issue #479: URL: https://github.com/apache/arrow-adbc/issues/479#issuecomment-1493137595
Hi @lidavidm. I finally managed to find time for this. It seems I have to start by implementing authentication in java driver to be able to connect to Dremio. I found myself basically writing a poorer version of [ArrowFlightSqlClientHandler](https://github.com/apache/arrow/blob/main/java/flight/flight-sql-jdbc-core/src/main/java/org/apache/arrow/driver/jdbc/client/ArrowFlightSqlClientHandler.java) from flight-sql-jdbc driver from the main arrow repo. I'm on the verge of just copy-pasting the whole thing :) (there's one minor Calcite dependency, but it should work fine without it). Do you think it's okay to somehow reuse this? Maybe refactor it out of jdbc-core in the main repo to be usable here as well without jdbc dependency? -- 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]
