You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "jpkli (via GitHub)" <gi...@apache.org> on 2023/05/04 23:49:19 UTC

[GitHub] [arrow] jpkli opened a new issue, #35439: [JS] How to work around the error of 'Unrecognized type: "Duration" (18)'.

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: issues-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow] domoritz commented on issue #35439: [JS] How to work around the error of 'Unrecognized type: "Duration" (18)'.

Posted by "domoritz (via GitHub)" <gi...@apache.org>.
domoritz commented on issue #35439:
URL: https://github.com/apache/arrow/issues/35439#issuecomment-1636619755

   I don’t think there is a workaround other than not using the duration type until it’s implemented. We’d be open to a pull request to add support for the duration type, though. 


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] jpkli commented on issue #35439: [JS] How to work around the error of 'Unrecognized type: "Duration" (18)'.

Posted by "jpkli (via GitHub)" <gi...@apache.org>.
jpkli commented on issue #35439:
URL: https://github.com/apache/arrow/issues/35439#issuecomment-1636569945

   Hello maintainers for Arrow JS - @TheNeuralBit @trxcllnt @domoritz , any help for resolving this would be greatly appreicated! 


-- 
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: github-unsubscribe@arrow.apache.org

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


[GitHub] [arrow] domoritz closed issue #35439: [JS] How to work around the error of 'Unrecognized type: "Duration" (18)'.

Posted by "domoritz (via GitHub)" <gi...@apache.org>.
domoritz closed issue #35439: [JS] How to work around the error of 'Unrecognized type: "Duration" (18)'.
URL: https://github.com/apache/arrow/issues/35439


-- 
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-unsubscribe@arrow.apache.org

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