Commits


Bryan Cutler authored and Wes McKinney committed 78152f113cf
ARROW-1815: [Java] Rename MapVector to StructVector This renames the MapVector to StructVector and NullableMapVector to NullableStructVector. Related classes have also been renamed as well as APIs making reference to "Map" meaning a struct. The MinorType.Map is also changed to MinorType.STRUCT. Author: Bryan Cutler <cutlerb@gmail.com> Closes #1490 from BryanCutler/java-rename-MapVector-ARROW-1815 and squashes the following commits: 1540f3e2 [Bryan Cutler] rename NullableStructVector to StructVector b63451d7 [Bryan Cutler] renamed StructVector to NonNullableStructVector 60413dd9 [Bryan Cutler] Merge remote-tracking branch 'upstream/master' into java-rename-MapVector-ARROW-1815 e5436ea3 [Bryan Cutler] changes some final usages 769a3a7e [Bryan Cutler] changed minor type to STRUCT, tests pass 8129843f [Bryan Cutler] changed some more usage 63aee073 [Bryan Cutler] renamed map based APIs, build working 760c354a [Bryan Cutler] rename Map reader writer classes, now building 8868f181 [Bryan Cutler] rename MapVector 4c50f6f2 [Bryan Cutler] renamed NullableMapVector, supporting Nullable classes