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

Add better error message for REFRESH iceberg_tbl PARTITION(...)

    XMLWordPrintableJSON

Details

    • ghx-label-10

    Description

      Iceberg tables do not support partition-grained refresh, hence

      REFRESH iceberg_tbl PARTITION(...)
      

      is not supported.
      The current error message is not descriptive:

      ERROR: AnalysisException: Items in partition spec must exactly match the partition columns in the table definition: iceberg_tbl (1 vs 0)
      

      We should have a better error message that just says something like 'Partition-grained REFRESH is not supported for Iceberg tables.'

      Attachments

        Activity

          People

            noemi Noemi Pap-Takacs
            boroknagyz Zoltán Borók-Nagy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: