Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-7281

Mixed-format Parquet+Avro tables incorrectly override column comments

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Impala 3.0
    • None
    • Catalog, Frontend
    • None

    Description

      Following the following steps:

      • create a partitioned table with parquet format
      • add a partition
      • set the new partition to avro format
      • 'show create table' shows no comments on the columns
      • refresh the table
      • 'show create table' now shows "from deserializer" on all of the columns

      This seems to be because, if there is no explicit avro schema, we infer one from the defined FieldSchemas. Then, we replace the FieldSchemas with new objects inferred from the Avro schema.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tlipcon Todd Lipcon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: