trxcllnt commented on pull request #10181:
URL: https://github.com/apache/arrow/pull/10181#issuecomment-841529749


   @alippai if you change the conditional to this and re-run `yarn build -t 
es2015 -m cjs`, you can force it to use `Buffer.from`:
   ```ts
   const useNativeEncoders = !_Buffer && typeof TextDecoder === 'function' && 
typeof TextEncoder === 'function';
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to