lidavidm commented on PR #57: URL: https://github.com/apache/arrow-adbc/pull/57#issuecomment-1230186290
Hmm, getting rid of the Cython step would be nice, but wouldn't that break things like zipimport? (I suppose zipimport just doesn't support extension modules at all.) I'd also slightly prefer to take advantage of CPython loading extension modules (and hence being consistent with how it uses dlopen) rather than always doing everything with dlopen/LoadLibrary ourselves, and having to deal with file paths. But I can give it a try and see how it works. -- 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]
