Commits


tianchen authored and Micah Kornfield committed 6006a7dc1ed
ARROW-6175: [Java] Fix MapVector#getMinorType and extend AbstractContainerVector addOrGet complex vector API Related to [ARROW-6175](https://issues.apache.org/jira/browse/ARROW-6175). i. Currently MapVector#getMinorType extends ListVector which returns the wrong MinorType. ii. AbstractContainerVector now only has addOrGetList, addOrGetUnion, addOrGetStruct which not support all complex type like MapVector and FixedSizeListVector. Closes #5043 from tianchen92/ARROW-6175 and squashes the following commits: 110aa8495 <tianchen> ARROW-XXXX: Fix MapVector#getMinorType and extend AbstractContainerVector addOrGet complex vector API Authored-by: tianchen <niki.lj@alibaba-inc.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>