zhangbutao commented on code in PR #4681: URL: https://github.com/apache/hive/pull/4681#discussion_r1325417329
########## iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.java: ########## @@ -182,6 +182,7 @@ public class HiveIcebergStorageHandler implements HiveStoragePredicateHandler, H public static final String COPY_ON_WRITE = "copy-on-write"; public static final String MERGE_ON_READ = "merge-on-read"; public static final String STATS = "/stats/"; + static final String WRITE_KEY = "HiveIcebergStorageHandler_write"; Review Comment: Here i use this term to indicate the table is an output table and this term was previously removed by HIVE-26102. If you have any better suggestion, feel free to comment. -- 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-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org