You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Vihang Karajgaonkar (Jira)" <ji...@apache.org> on 2021/02/09 01:13:00 UTC

[jira] [Created] (IMPALA-10490) truncate table fails with IllegalStateException

Vihang Karajgaonkar created IMPALA-10490:
--------------------------------------------

             Summary: truncate table fails with IllegalStateException
                 Key: IMPALA-10490
                 URL: https://issues.apache.org/jira/browse/IMPALA-10490
             Project: IMPALA
          Issue Type: Bug
            Reporter: Vihang Karajgaonkar
            Assignee: Vihang Karajgaonkar


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




--
This message was sent by Atlassian Jira
(v8.3.4#803005)