(1) I've moved the master branch ahead to 1.4.0-SNAPSHOT since we've forked the 1.3.0 release branch.
(2) DRILL-3987 was just merged. This creates several new maven modules: rpc - the base rpc layer (not including the drill protocol specific information). Extracted from java-exec memory-base - the base memory interfaces for memory and allocation. Extracted from java-exec memory-impl - the allocator implementation for Drill. Extracted from java-exec. logical - logical algebra and logical expressions (extracted from common). vectors - ValueVector implementations, Extracted from java-exec. It was merged in multiple commits so that any rebasing you need to do is as minimally impacted as possible. You might need to refresh your IDE to get the new modules set up correctly.
