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)