Commits


tianchen authored and Micah Kornfield committed fb51ecf72f4
ARROW-6356: [Java] Avro adapter implement Enum type and nested Record Related to [ARROW-6356](https://issues.apache.org/jira/browse/ARROW-6356). Implement for converting avro Enum type. Convert nested avro Record type to Arrow StructVector. This is the last PR for avro type support, after this finished, we could call avro adapter a initial version. Closes #5305 from tianchen92/ARROW-6356 and squashes the following commits: d4204b5d0 <tianchen> provide a more descriptive name for v e6d1b7058 <tianchen> ARROW-6356: Avro adapter implement Enum type and nested Record type 4870afc65 <tianchen> ARROW-6220: Add API to avro adapter to limit number of rows returned at a time. Authored-by: tianchen <niki.lj@alibaba-inc.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>