lidavidm commented on PR #633: URL: https://github.com/apache/arrow-adbc/pull/633#issuecomment-1530625958
> We can pass arbitrary options to the compiler and linker in the go compile command when we build the shared library. So if you know the flags to pass to GCC to hide the symbols I can add them to command and in theory it should work.... We should pass the linker script then that the other drivers use. All the Go symbols (FlightSQLNewDatabase) + a bunch of cgo-generated trampolines are exposed. Not a big deal necessarily, but it fails the check. -- 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]
