You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "László Pintér (Jira)" <ji...@apache.org> on 2022/07/22 14:13:00 UTC

[jira] [Created] (HIVE-26421) HmsClient atler_table_req is() is called twice when running an alter operation on iceberg table

László Pintér created HIVE-26421:
------------------------------------

             Summary: HmsClient atler_table_req is() is called twice when running an alter operation on iceberg table 
                 Key: HIVE-26421
                 URL: https://issues.apache.org/jira/browse/HIVE-26421
             Project: Hive
          Issue Type: Bug
            Reporter: László Pintér
            Assignee: László Pintér


HMSClient alter_table_req() is triggered twice when altering an iceberg table. The first occurrence is right after returning from the HiveIcebergMetaHook#preAlterTable() and the second one is from HiveTableOperations#doCommit(). We should find a way to skip the first call. 



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