Commits


Bryan Cutler authored and Wes McKinney committed a75325a8e27
ARROW-1710: [Java] Remove Non-Nullable Vectors This removes non-nullable vectors that are no longer part of the vector class hierarchy and renames Nullable*Vector classes to remove the Nullable prefix. Author: Bryan Cutler <cutlerb@gmail.com> Closes #1341 from BryanCutler/java-nullable-vector-rename-ARROW-1710 and squashes the following commits: 7d930dc2 [Bryan Cutler] fixed realloc test ff2120df [Bryan Cutler] clean up test 374dfcc5 [Bryan Cutler] properly rename BitVector file 6b7a85e7 [Bryan Cutler] remove old BitVector.java before rebase 089f7fc9 [Bryan Cutler] some minor cleanup 4e580d93 [Bryan Cutler] removed legacy BitVector 74f771f5 [Bryan Cutler] fixed remaining tests 8c5dfef6 [Bryan Cutler] fix naming in support classes 6e498e55 [Bryan Cutler] removed nullable prefix dfed444c [Bryan Cutler] removed non-nullable vectors