You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Ji Liu (Jira)" <ji...@apache.org> on 2020/01/02 07:04:00 UTC

[jira] [Created] (ARROW-7490) [Java] Avro converter should convert attributes and props to FieldType metadata

Ji Liu created ARROW-7490:
-----------------------------

             Summary: [Java] Avro converter should convert attributes and props to FieldType metadata
                 Key: ARROW-7490
                 URL: https://issues.apache.org/jira/browse/ARROW-7490
             Project: Apache Arrow
          Issue Type: Bug
          Components: Java
            Reporter: Ji Liu
            Assignee: Ji Liu


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)