Divyanshu-s13 opened a new pull request, #377: URL: https://github.com/apache/arrow-js/pull/377
What's Changed Fixed the instanceof check issue that occurs when multiple versions or instances of the Arrow library are loaded in the same application. Previously, checks like [value instanceof Schema] would fail if the value came from a different Arrow library instance (e.g., when a library like LanceDB uses a different Arrow version than the user's code). Now instanceof works reliably across different Arrow library instances by using global symbols for type identification. Also added helper functions like [isArrowSchema()],[isArrowTable()], etc. for explicit type checking. Closes #61. -- 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]
