You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "pratikproths04 (via GitHub)" <gi...@apache.org> on 2024/02/07 02:43:32 UTC

[I] Compatibility Issue with Apache Arrow Library in Angular Application [arrow]

pratikproths04 opened a new issue, #39970:
URL: https://github.com/apache/arrow/issues/39970

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   We are encountering an issue related to the compatibility of the Apache Arrow library version (14.0.2) with our Angular application (version 16.2.0) running on Node.js version 18.16.0. During the application build process, we are utilizing setTimeout in multiple places, resulting in errors indicating "Type 'timeout' is not assignable to type 'number'." We need assistance in resolving this issue or guidance on obtaining a compatible version of the Apache Arrow library that supports the specified Angular and Node.js 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: issues-unsubscribe@arrow.apache.org.apache.org

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


Re: [I] [JS] Compatibility Issue with Apache Arrow Library in Angular Application [arrow]

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

   try to replace @types/node with @types/web by running:
   `npm i @types/node@npm:@types/web -D`


-- 
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


Re: [I] [JS] Compatibility Issue with Apache Arrow Library in Angular Application [arrow]

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

   Can you provide a specific (minimal) reproduction? Also, make sure your bundler pulls in `Arrow.dom` not `Arrow.node`. 


-- 
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


Re: [I] [JS] Compatibility Issue with Apache Arrow Library in Angular Application [arrow]

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

   Facing the same issue in our client integration as well. Looks like the arrow package import pulls in some node types that pollute the globals for browser projects. Any guidance on how to resolve this issue?


-- 
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