difin commented on code in PR #6218:
URL: https://github.com/apache/hive/pull/6218#discussion_r2604618055
##########
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/BaseHiveIcebergMetaHook.java:
##########
@@ -91,6 +91,7 @@ public class BaseHiveIcebergMetaHook implements HiveMetaHook {
.of(InputFormatConfig.TABLE_SCHEMA, Catalogs.LOCATION, Catalogs.NAME,
InputFormatConfig.PARTITION_SPEC);
static final String ORC_FILES_ONLY = "iceberg.orc.files.only";
private static final String ZORDER_FIELDS_JSON_KEY = "zorderFields";
+ private static final boolean
HIVE_ICEBERG_METADATA_DELETE_AFTER_COMMIT_ENABLED_DEFAULT = true;
Review Comment:
Done
--
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]