rymurr opened a new pull request #7328: URL: https://github.com/apache/arrow/pull/7328
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 ---------------------------------------------------------------- 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 comment. For queries about this service, please contact Infrastructure at: [email protected]
