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

Impala crashes on old Iceberg table property in some cases

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • Impala 4.1.0
    • None
    • None
    • ghx-label-13

    Description

      Impala crashes when the following conditions are true:

      • local catalog mode is being used
      • Iceberg table is being queried
      • 'iceberg.file_format' is set instead of 'write.format.default' table property
      • the file format is ORC
      • Query is select count from t;

      When the above conditions met Impala wrongly assumes that PARQUET is being used and tries to apply the count star optimization. It is not implemented for the ORC scanner and causes it to crash.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: