lidavidm commented on issue #227:
URL: https://github.com/apache/arrow-adbc/issues/227#issuecomment-1344386917

   Cool. I originally planned something similar for Python and the hooks are 
still there for the driver manager. In the end it turns out Python has 
'importlib.resources' which makes it easy to just bundle a DLL. But if it's 
more natural to use the pointer in R, let's do that.
   
   Hopefully, the build process for the drivers should be relatively simple, 
especially if all we care about is exporting a single symbol for R. I'd like to 
take some time to cut down the CMake as well (right now we inherit a lot of 
stuff from Arrow that likely isn't relevant).
   
   Not sure about Flight SQL. Just sticking that into the arrow package 
probably makes the most sense. (gRPC is heavy and shipping two copies of it is 
a landmine waiting to happen.)


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to