Re: [I] Allow using 1GB+ data buffers in variable width vectors [arrow-java]

2025-04-22 Thread via GitHub
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

[I] Allow using 1GB+ data buffers in variable width vectors [arrow-java]

2025-04-22 Thread via GitHub
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