tielushko opened a new issue #11662:
URL: https://github.com/apache/arrow/issues/11662


   Hello!
   
   I am currently trying to use the React Testing library to run my 
unit/integrated tests, and there's a problem I've been noticing running any 
component/file that includes apache-arrow imports. 
   
   I am currently using the es2015-cjs bundle due to some tree-shaking issues 
that's been happening with the library, but even when after the solution was 
introduced and I used es6 import statements, the TextDecoder error was still 
present. 
   
   Here is the output from the terminal: 
   
   ReferenceError: TextDecoder is not defined
   
   
![image](https://user-images.githubusercontent.com/46033508/141150775-064fddae-448d-4441-a6a6-375ded0e8fd5.png)
   
   It appears that the issue is coming from here: 
https://github.com/apache/arrow/blob/master/js/src/util/utf8.ts
   
   I would appreciate any guidance on this issue!
   
   
   STOP! Are you reporting a bug, a possible bug, or requesting a
   feature? If so, please report under the ARROW project on the ASF JIRA
   server https://issues.apache.org/jira/browse/ARROW. This JIRA server
   is free to use and open to the public, but you must create an account
   if it is your first time.
   
   See our contribution guidelines for more information:
   http://arrow.apache.org/docs/developers/contributing.html
   
   We have GitHub issues available as a way for new contributors and
   passers-by who are unfamiliar with Apache Software Foundation projects
   to ask questions and interact with the project. Do not be surprised if
   the first response is to open a JIRA issue or to write an e-mail to
   one of the public mailing lists:
   
   * Development discussions: [email protected] (first subscribe by
     sending an e-mail to [email protected]).
   * User discussions: [email protected] (first subscribe by
     sending an e-mail to [email protected]).
   
   Thank you!
   


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


Reply via email to