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

truncate table fails with IllegalStateException

    XMLWordPrintableJSON

Details

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

    Description

      This is a problem for when events processing is turned on. I can reproduce it by following steps.

      1. start impala without events processing
      2. create table, load data, compute stats on the table.
      3. restart impala with events processing turned on
      4. Run truncate table command.

      I can see the truncate table command fails with following error.

      [localhost:21050] default> truncate t5;
      Query: truncate t5
      ERROR: CatalogException: Failed to truncate table: default.t5.
      Table may be in a partially truncated state.
      CAUSED BY: IllegalStateException: Table parameters must have catalog service identifier before adding it to partition parameters

      Attachments

        Activity

          People

            vihangk1 Vihang Karajgaonkar
            vihangk1 Vihang Karajgaonkar
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: