lidavidm opened a new pull request, #57:
URL: https://github.com/apache/arrow-adbc/pull/57

   This demonstrates distributing ADBC drivers as Python packages. A Python 
package for a driver just has a function that exposes the address of the 
AdbcDriverInitFunc. This is passed to the driver manager, which then 
initializes everything as usual.
   
   Before the package can be uploaded, this should be converted to use 
nanoarrow so that it can be truly standalone, and we need build instructions 
and such. (Ideally after porting to nanoarrow, the Python driver build would 
just bundle all the source files.)
   
   Also, instead of requiring the user to provide the entrypoint, we should use 
package entrypoint metadata to auto-discover drivers.


-- 
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]

Reply via email to