Commits


tianchen authored and Micah Kornfield committed 76c9c397c0a
ARROW-6912: [Java] Extract a common base class for avro converter consumers Related to [ARROW-6912](https://issues.apache.org/jira/browse/ARROW-6912). Currently Avro converter consumers have some common variables and methods which could be eliminated by extracting a common class. Closes #5740 from tianchen92/ARROW-6912 and squashes the following commits: 74ffd544c <tianchen> update comments 53d751579 <tianchen> ARROW-6912: Extract a common base class for avro converter consumers Authored-by: tianchen <niki.lj@alibaba-inc.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>