paleolimbot commented on issue #1703: URL: https://github.com/apache/arrow-adbc/issues/1703#issuecomment-2032718553
I don't think it's a missing include on Go's side, I think it's that the Go install is picking up the include file from `/opt/homebrew` (which does appear to be missing `#include <assert.h>`): https://github.com/apache/arrow/blob/8163d026b3c56253d9e33c0129fac5d9ba573c53/cpp/src/arrow/c/helpers.h I have also had problems with `go vendor` not copying over the those headers in the subdirectory, and I wonder if it would be safer to put those files in the `cdata/` directory. The workaround would probably be to `brew uninstall apache-arrow` (with apologies since that will also uninstall gdal). -- 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]
