stopyransky commented on issue #11662:
URL: https://github.com/apache/arrow/issues/11662#issuecomment-986331044


   I can only confirm the issue. 
   For me is present when trying to import Table: 
   `import { Table } from 'apache-arrow';`
   
   Shouldn't the utf8.ts use Node's `util` module?
   
   ```
   const util = require('util');
   const decoder = new util.TextEncoder();
   ```
   
   instead of 
   ```
   const decoder = new TextEncoder();
   ```
   
   


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