Commits


siddharth authored and Wes McKinney committed ecdc86ba45c
ARROW-1249: [JAVA] expose fillEmpties from Nullable variable length vectors This will allow us to do some cleanup in Dremio where we have written wrapper routines using Reflection to access the fillEmpties method of mutator. Unit tests have been added. Author: siddharth <siddharth@dremio.com> Closes #880 from siddharthteotia/ARROW-1249 and squashes the following commits: e0532c5c [siddharth] Merge branch 'ARROW-1249' of https://github.com/siddharthteotia/arrow into ARROW-1249 dc052061 [siddharth] ARROW-1249: Expose fillEmpties() from Nullable Variable Length Vectors f24d8f11 [siddharth] ARROW-1249: expose fillEmpties from Nullable variable length vectors