domoritz opened a new issue, #56:
URL: https://github.com/apache/arrow-js/issues/56

   ### 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. The 
method should throw a warning when the table was created from a different arrow 
version (indicating multiple copies). 
   
   ### 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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to