wjones127 commented on issue #39689: URL: https://github.com/apache/arrow/issues/39689#issuecomment-1898925115
It seems like we need to differentiate between "object *is* a schema" and "object *has* a schema". One way to do that would be to create an alternative variant of `__arrow_c_schema__`. The other would be to have a convention that if an object only had `__arrow_c_schema__` then it's a "is a" relationship while if it has either `__arrow_c_array__` or `__arrow_c_stream__`, then it's a "has a" relationship. The latter is what Joris is suggesting above, and I think it's a fine idea. -- 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]
