Commits

Pindikura Ravindra authored e32c0b3279d
ARROW-5232: [Java] Avoid runaway doubling of vector size In reAlloc, double allocation size only if using the current buffer capacity or the initial allocation as the base size. Author: Pindikura Ravindra <ravindra@dremio.com> Closes #4222 from pravindra/ARROW-5232 and squashes the following commits: 2a24673f <Pindikura Ravindra> ARROW-5232: Avoid runaway doubling of vector size