You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2022/07/28 08:18:52 UTC

[GitHub] [hive] szlta commented on a diff in pull request #3469: HIVE-26421: HMSClient atler_table_req() is called twice when running an alter operation on iceberg table

szlta commented on code in PR #3469:
URL: https://github.com/apache/hive/pull/3469#discussion_r931919330


##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaHook.java:
##########
@@ -52,6 +52,7 @@ public interface HiveMetaHook {
   String PROPERTIES_SEPARATOR = "'";
   String MIGRATE_HIVE_TO_ICEBERG = "migrate_hive_to_iceberg";
   String INITIALIZE_ROLLBACK_MIGRATION = "initialize_rollback_migration";
+  String SKIP_METASTORE_ALTER = "skip_metastore_alter";

Review Comment:
   Can we have short description for what would happen if this property is placed into the environment context of HMS calls?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org