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


##########
ql/src/java/org/apache/hadoop/hive/ql/queryhistory/repository/IcebergRepository.java:
##########
@@ -95,6 +96,7 @@ protected Table createTable(Hive hive, Database db) throws 
HiveException {
     table.setProperty(hive_metastoreConstants.META_TABLE_NAME, 
QUERY_HISTORY_DB_TABLE_NAME);
 
     table.setFields(schema.getFields());
+    table.setProperty(ICEBERG_METADATA_CLEANUP_CONFIG, "false");

Review Comment:
   how is that even related to query-history service?



-- 
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