Commits


tianchen authored and Micah Kornfield committed ff8c63b23aa
ARROW-5988: [Java] Avro adapter implement simple Record type Related to [ARROW-5988](https://issues.apache.org/jira/browse/ARROW-5988). 1. implement simple Record type witch only contains primitive types 2. add ByteBuffer cache in String/Bytes consumer to reduce creations. Author: tianchen <niki.lj@alibaba-inc.com> Closes #4910 from tianchen92/ARROW-5988 and squashes the following commits: 0a391aae7 <tianchen> fix a42ffaa16 <tianchen> fix 239f6f8cf <tianchen> ARROW-5988: Avro adapter implement simple Record type