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

Make sure Impala returns error for Iceberg tables with equality deletes

    XMLWordPrintableJSON

Details

    • ghx-label-7

    Description

      Impala only supports position deletes currently.

      It should raise an error when equality deletes are encountered:

      https://github.com/apache/impala/blob/eaf71bca0a3538056765dbbce13c0f503045b38b/fe/src/main/java/org/apache/impala/planner/IcebergScanPlanner.java#L344

      But if we are not invoking planFiles() it's possible that Impala starts reading equality delete files as position delete files which should also raise an error. But it would be still better to catch the error during planning.

      To make sure we should add tests for these scenarios.

      Attachments

        Activity

          People

            boroknagyz Zoltán Borók-Nagy
            boroknagyz Zoltán Borók-Nagy
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: