Zoltán Borók-Nagy created IMPALA-11581:
------------------------------------------

             Summary: ALTER TABLE RENAME TO doesn't update transient_lastDdlTime
                 Key: IMPALA-11581
                 URL: https://issues.apache.org/jira/browse/IMPALA-11581
             Project: IMPALA
          Issue Type: Bug
            Reporter: Zoltán Borók-Nagy


ALTER TABLE RENAME TO doesn't update transient_lastDdlTime.

The following statements behave differently when executed via Hive or Impala:

{noformat}
CREATE TABLE rename_from (i int);
ALTER TABLE rename_from RENAME TO rename_to;
{noformat}

Durint ALTER TABLE ... RENAME TO ... Hive updates transient_lastDdlTime while 
Impala leaves it unchanged.

Impala should follow Hive's behavior.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to