domoritz commented on PR #40729: URL: https://github.com/apache/arrow/pull/40729#issuecomment-2020559297
@dioptre there seems to be an issue with fractional scales ``` const n5 = new BN(new Uint32Array([0x00000000, 0x00000000, 0x00000000, 0x80000000]), false); expect(n5.valueOf(0.1)).toBe(1.7014118346046923e+38); ``` Which leads to `RangeError: The number 1.2589254117941673 cannot be converted to a BigInt because it is not an integer`. This is supposed to work since decimals can be fractions, right? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org