jduo opened a new pull request, #1475: URL: https://github.com/apache/arrow-adbc/pull/1475
Support loading AdbcDriver classes using the ServiceLoader instead of require explicit registration. An AdbcDriver can add a file in META-INF/services named org.apache.arrow.adbc.core.AdbcDriver that contains the fully-qualified class names of any AdbcDriver implementations. This change requires that AdbcDriver implementations provide a public, no argument constructor. Change memory management such that the BufferAllocator is supplied to the AdbcDatabase instance rather than held in the AdbcDriver. Update the FlightSQL and JDBC drivers to match above changes. -- 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]
