paleolimbot commented on issue #215: URL: https://github.com/apache/arrow-nanoarrow/issues/215#issuecomment-1728977178
Just a note that I'm bumping this to 0.4 because it would result in a lot of compiler warnings for any project that was using a development version between 0.2 and 0.3 (and because the 0.3 release is forthcoming!). This has come up a few times in existing usage...declaring input pointers (e.g., `ArrowSchema*`) in the C API as `const ArrowSchema*` is also a helpful way to communicate that the function will not take ownership of the schema. -- 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]
