kylebarron commented on PR #5070: URL: https://github.com/apache/arrow-rs/pull/5070#issuecomment-1812871584
> From my understanding these classes would be little more than basic shims, in which case I don't see an issue, but I could be missing something At first glance, I thought it would open a can of worms, but maybe not... Would we only have three shims? One per pycapsule type? So exporting a data type/field/schema would all be exported as an `ArrowSchema` class; exporting Array/RecordBatch would be exported as `ArrowArray` and Table/RecordBatchReader would be exported as `ArrowStream`? -- 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]
