wjones127 commented on PR #34133: URL: https://github.com/apache/arrow/pull/34133#issuecomment-1458960023
I have refactored to make `CArrowSchema` simply use real pointers for its members, and separated out the import and export functions to their own classes. So now instead of passing around `IntPtr`, users will be passing around `CArrowSchema*`. I like that this makes the API more strongly typed, as IntPtr drops the information about what type it is pointing to. -- 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]
