deniskuzZ commented on code in PR #6218:
URL: https://github.com/apache/hive/pull/6218#discussion_r2594064577


##########
ql/src/java/org/apache/hadoop/hive/ql/queryhistory/repository/IcebergRepository.java:
##########
@@ -62,6 +62,7 @@ public class IcebergRepository extends AbstractRepository 
implements QueryHistor
   private static final Logger LOG = 
LoggerFactory.getLogger(IcebergRepository.class);
   private static final String ICEBERG_STORAGE_HANDLER = 
"org.apache.iceberg.mr.hive.HiveIcebergStorageHandler";
   private static final String ICEBERG_WORKER_THREAD_NAME_FORMAT = 
"query-history-iceberg-worker-pool-%d";
+  private static final String ICEBERG_METADATA_CLEANUP_CONFIG = 
"write.metadata.delete-after-commit.enabled";

Review Comment:
   please inline the config where you need it



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to