Commits


Ryan Murray authored and Jacques Nadeau committed b4238c6239d
ARROW-9015: [Java] Make BaseAllocator package private BaseAllocator should be package private and shouldn't be used as a concrete type in other modules. This commit makes it package private and replaces `BaseAllocator` with `BufferAllocator` references. It also creates a `CommonUtil` class which holds the static utils that `BaseAllocator` used to Closes #7328 from rymurr/ARROW-9015 Authored-by: Ryan Murray <rymurr@dremio.com> Signed-off-by: Jacques Nadeau <jacques@apache.org>