Tpt commented on PR #9660:
URL: https://github.com/apache/arrow-rs/pull/9660#issuecomment-4734262322
> Sorry I can't tell what the difference is with this PR. What's the
user-facing difference between before and after?
Sorry, I should have made it more explicit.
56218cd86634582683091ffc41707de88eec630c add a test to highlight the change.
Before the change, when calling a method that must return a capsule but does
not actually return one:
> TypeError: 'int' object is not an instance of 'PyCapsule'
After:
> TypeError: Expected __arrow_c_schema__ to return a capsule.
--
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]