paleolimbot opened a new pull request, #327: URL: https://github.com/apache/arrow-nanoarrow/pull/327
A number of functions accept pointers (e.g., `ArrowSchema*`) but do not take ownership of the argument or modify it in any way. To better communicate this, this PR adds `const` before all possible parameters that are not modified by the function. Closes #215. -- 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]
