wgtmac commented on issue #20730: URL: https://github.com/apache/arrow/issues/20730#issuecomment-1451951570
> https://github.com/apache/arrow-adbc/tree/main/java/driver/jdbc can do it but needs assistance generating the SQL > > https://github.com/apache/arrow/blob/main/java/adapter/jdbc/src/main/java/org/apache/arrow/adapter/jdbc/JdbcParameterBinder.java requires you to set up the PreparedStatement and everything and solely automates the work of converting Arrow data to JDBC statement parameters > > If one of those works, I think we should document the possibilities and close this issue None of them work for my case. My goal is to wrap a set of `VectorSchemaRoot` into JDBC `ResultSet` in the read path. -- 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]
