Commits


siddharth authored and Wes McKinney committed ec3261782b8
ARROW-1192: [JAVA] Use buffer slice for splitAndTransfer in List and Union Vectors. @jacques-n @StevenMPhillips PR for the original change-set https://github.com/dremio/arrow/commit/75396ba07f58eb122110edb33ee2305bcdc122d7 with corresponding unit tests. Author: siddharth <siddharth@dremio.com> Author: Steven Phillips <steven@dremio.com> Closes #901 from siddharthteotia/ARROW-1192-PR and squashes the following commits: 3d89c999 [siddharth] ARROW-1192: splitAndTransfer changes for ListVector,UnionVector and corresponding unit tests 035e886c [Steven Phillips] Use buffer slice for splitAndTransfer in List and Union vectors