Uploaded image for project: 'Parquet'
  1. Parquet
  2. PARQUET-2456

avro schema conversion may fail with name conflict when using fixed types

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.13.1
    • 1.14.0
    • parquet-avro
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              RustedBones Michel Davit
              RustedBones Michel Davit
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: