lidavidm closed issue #721: Allow using 1GB+ data buffers in variable width
vectors
URL: https://github.com/apache/arrow-java/issues/721
--
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
gszadovszky opened a new issue, #721:
URL: https://github.com/apache/arrow-java/issues/721
### Describe the enhancement requested
In `BaseVariableWidthVector` the reallocation logic of the data buffer is to
always use the "next power of 2" size instead of the actual desired size (see