You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/01/06 02:33:22 UTC

[GitHub] [arrow] marcprux commented on pull request #9110: Better BigInt compatibility check

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:
users@infra.apache.org