jpkli opened a new issue, #35439: URL: https://github.com/apache/arrow/issues/35439
### Describe the usage question you have. Please include as many useful details as possible. When using Apache Arrow in Javascript, `tableFromIPC` would throws the error of 'Unrecognized type: "Duration" (18)' if the input data had the Duration type. Is there any workaround before https://github.com/apache/arrow/issues/21815 is merged? I tried to use `RecordBatchReader` to open an arrow file or stream that has the Duration type, and it also throws same error ( 'Unrecognized type: "Duration" (18)' ). This issue is really blocking the use of the Apache Arrow JavaScript library in production, any help or pointer would be very appreciated! ### 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]
