Commits


tianchen authored and Micah Kornfield committed a4b7059324c
ARROW-6079: [Java] Implement/test UnionFixedSizeListWriter for FixedSizeListVector Related to [ARROW-6079](https://issues.apache.org/jira/browse/ARROW-6079). Now we have two list vectors: ListVector and FixedSizeListVector. ListVector has already implemented UnionListWriter for writing data, however, FixedSizeListVector doesn't have this yet and seems the only way for users to write data is getting inner vector and set value manually. Implement a writer for FixedSizeListVector is useful in some cases. Closes #4973 from tianchen92/ARROW-6079 and squashes the following commits: ad18d1cd4 <tianchen> fix test to avoid string comparision d3338c7cc <tianchen> ARROW-6079: Implement/test UnionFixedSizeListWriter for FixedSizeListVector Authored-by: tianchen <niki.lj@alibaba-inc.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>