Commits


Bryan Cutler authored and Wes McKinney committed fe6f60c3187
ARROW-1885: [Java] Restore MapVector class names prior to ARROW-1710 Changes to MapVector were not part of the intended goal for ARROW-1710 and should be restored to `NullableMapVector` -> `MapVector` -> `AbstractMapVector` as existed prior to #1341. Author: Bryan Cutler <cutlerb@gmail.com> Closes #1389 from BryanCutler/java-restore-MapVector-class-ARROW-1885 and squashes the following commits: 9ff503ab [Bryan Cutler] restore MapVector class names 3d818f0e [Bryan Cutler] renamed NonNullableMapVector to MapVector ced1705c [Bryan Cutler] renamed MapVector to NullableMapVector