domoritz opened a new issue, #41984: URL: https://github.com/apache/arrow/issues/41984
### Describe the enhancement requested Internally we check whether an object is an arrow table with `instanceof` which doesn't work if the table was created from another version of the library. This comes up quite often (e.g. https://github.com/vega/vega-loader-arrow/issues/350) so I propose adding a method to check such as `arrow.isTable` that works across arrow versions. ### Component(s) JavaScript -- 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]
