domoritz commented on PR #11655: URL: https://github.com/apache/arrow/pull/11655#issuecomment-1858985970
Hmm, this doesn't look correct for decimals. ``` const num = [0xFFFFFFFE, 0xFFFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF]; // -2 BN.decimal(new Uint32Array(num)).valueOf() ``` fails with `RangeError: Length out of range of buffer` -- 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]
