Michel Davit created PARQUET-2456:
-------------------------------------

             Summary: avro schema conversion may fails with name conflict when 
using fixed types
                 Key: PARQUET-2456
                 URL: https://issues.apache.org/jira/browse/PARQUET-2456
             Project: Parquet
          Issue Type: Bug
          Components: parquet-avro
    Affects Versions: 1.13.1
            Reporter: Michel Davit
            Assignee: Michel Davit


Generating an avro schema from parquet may result in an error when using fixed 
length byte arrays.



For instance, if a parquet message type contains several repeated fixed types, 
the following error will be thrown:
org.apache.avro.SchemaParseException: Can't redefine: array
This happens because the conversion redifines the avro fixed type based on a 
non unique field name.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to