Commits

Micah Kornfield authored 9742007c463
ARROW-6112: [Java] Support int64 buffer lengths in Java For followup PRs: - Provide an allocator that can allocator 64-bit address spaces - Allow for serializing vectors of larger sizes over the wire given the allocator above. Closes #5020 from emkornfield/int64_address and squashes the following commits: 1d5aebc60 <Micah Kornfield> fix testarrowreaderwriter 707501746 <Micah Kornfield> fix space issue fd675ba1f <Micah Kornfield> fixes for changes that happened in the interim f3b5df147 <Micah Kornfield> more cleanup e7be932b4 <Micah Kornfield> fix capacity calculation 25e445cec <Micah Kornfield> add cap method and use it more appropriately. clean up sme other usages as well 24820e12e <Micah Kornfield> add bounds checking check on checkedCastToInt d4e96b117 <Micah Kornfield> gandiva fix 6302baf96 <Micah Kornfield> add missing file 608c281c6 <Micah Kornfield> mostly compiling 91d35bb88 <Micah Kornfield> int -> long 3326f5623 <Micah Kornfield> Change memory to use 64 bit addresses Authored-by: Micah Kornfield <emkornfield@gmail.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>