Commits


Brian Hulette authored and Wes McKinney committed e980b2024a2
ARROW-5714: [JS] Inconsistent behavior in Int64Builder with/without BigNum - Use stride in `DataBufferBuilder.set` to ensure that Int64Builder is consistent with and without BigNum. - Use `WideBufferBuilder` for `Int64` and `Uint64` builders, even when `BigInt` is not available. Moves check for `BigInt` availability into `WideBufferBuilder`. (Thanks to Paul Taylor) Author: Brian Hulette <hulettbh@gmail.com> Author: ptaylor <paul.e.taylor@me.com> Closes #4691 from TheNeuralBit/js-data-buffer-builder-stride and squashes the following commits: 786261207 <Brian Hulette> Add clarifying comment for int64 generation in builder tests b08ac1b8e <Brian Hulette> Merge pull request #3 from trxcllnt/js/data-buffer-builder-64bit-stride 2e4ce7af0 <Brian Hulette> Use stride in DataBufferBuilder.set 4567d0752 <ptaylor> use WideBufferBuilder for Int64 and Uint64 builders dc9ed3a1a <ptaylor> update package-lock.json