Commits


tianchen authored and Micah Kornfield committed bdfdc79d69e
ARROW-7490: [Java] Avro converter should convert attributes and props to FieldType metadata Related to [ARROW-7490](https://issues.apache.org/jira/browse/ARROW-7490). Currently in Avro converter, some attributes are used when creating vectors such as “name”, “size” etc, others are discarded. For named type like Record, Enum and Fixed, they may have attributes like “doc” “aliased” which should keep in metadata for potential further use. Besides, properties are also not converted properly in some cases. Closes #6119 from tianchen92/ARROW-7490 and squashes the following commits: d1ebc28de <emkornfield> Merge branch 'master' into ARROW-7490 f1d0d9ae1 <tianchen> ARROW-7490: Avro converter should convert attributes and props to FieldType metadata Lead-authored-by: tianchen <niki.lj@alibaba-inc.com> Co-authored-by: emkornfield <emkornfield@gmail.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>