pitrou commented on pull request #11037: URL: https://github.com/apache/arrow/pull/11037#issuecomment-910287275
Hmm, I feel incompetent to review Go code. What would be interesting would be to validate this using PyArrow, for example: * have a Go test module that exposes some C APIs that import a Schema or Array and test something with it (like you did with `panic` calls) * have a Python test module that loads the Go test module using ctypes, export a Schema or Array, and gives the exported pointer to the Go test APIs -- 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]
