Commits


Ryan Murray authored and Bryan Cutler committed 2092e18752a
ARROW-9300: [Java] Separate Netty Memory to its own module This finishes the netty split in arrow-memory and creates 3 new modules * memory-core: core memory implementation * memory-netty: netty allocation manager * memory-unsafe: unsafe allocation manager The bulk of the changes here are moving files and adding the correct dependencies to poms Closes #7619 from rymurr/ARROW-9300 Authored-by: Ryan Murray <rymurr@dremio.com> Signed-off-by: Bryan Cutler <cutlerb@gmail.com>