Commits


siddharth authored and Wes McKinney committed 25439e7fb2d
ARROW-1300: [JAVA] Fix Tests for ListVector @StevenMPhillips Fixed the following: (1) TestListVector.java doesn't include tests for nested lists where the underlying dataVector for a listVector is also a listVector. (2) The copy test in TestListVector.java only checks the bit vector contents and doesn't verify the actual contents of list vector Author: siddharth <siddharth@dremio.com> Closes #925 from siddharthteotia/ARROW-1300 and squashes the following commits: 584c79ef [siddharth] ARROW-1300: Fix tests for ListVector ff842533 [siddharth] ARROW-1300: Fix Tests for ListVector 9978199d [siddharth] ARROW-1300: Fix tests for ListVector 777e0ded [siddharth] ARROW-1300: Fix Tests for ListVector