Commits


siddharth authored and Steven Phillips committed 05af6400d78
ARROW-276: [JAVA] Nullable Vectors should extend BaseValueVector and not Bas… Fixing the inheritance tree: Nullable <Fixed-length | Var-Length>Vectors do not use "ArrowBuf data" field in BaseDataValueVector. Therefore, they should extend BaseValueVector class.. Author: siddharth <siddharth@dremio.com> Closes #892 from siddharthteotia/ARROW-276 and squashes the following commits: d919538 [siddharth] ARROW-276: Nullable Vectors should extend BaseValueVector and not BaseDataValueVector