deniskuzZ commented on code in PR #6218:
URL: https://github.com/apache/hive/pull/6218#discussion_r2610044626
##########
iceberg/iceberg-catalog/src/main/java/org/apache/iceberg/hive/CatalogUtils.java:
##########
@@ -93,6 +106,11 @@ public static Properties
getCatalogProperties(org.apache.hadoop.hive.metastore.a
return properties;
}
+ private static void addDefaults(Properties properties) {
+ properties.put(TableProperties.METADATA_DELETE_AFTER_COMMIT_ENABLED,
"true");
+ properties.put(TableProperties.METADATA_PREVIOUS_VERSIONS_MAX, "100");
Review Comment:
default is 100 in iceberg, why change anythig?
--
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]