marcprux commented on pull request #9110:
URL: https://github.com/apache/arrow/pull/9110#issuecomment-755037149


   The manifestation of this issue can be seen when trying to run the following 
within Safari on a table that contains bigints:
   
   ```js
   RecordBatchJSONWriter.writeAll(table).toString(true)
   ```
   
   ```error
   message: "BigUint64Array is not available in this environment"
     BigUint64ArrayUnavailableError
     BigUint64ArrayUnavailable
     bignumToString
     bigNumsToStrings
     generatorResume@[native code]
     performIteration@[native code]
     visitInt
     visit
     map@[native code]
     recordBatchToJSON
     close
     finish
     global code
   ```


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