InvisibleProgrammer commented on code in PR #6393:
URL: https://github.com/apache/hive/pull/6393#discussion_r3493658517
##########
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/Catalogs.java:
##########
@@ -76,6 +89,16 @@ public final class Catalogs {
ImmutableSet.of(InputFormatConfig.TABLE_SCHEMA,
InputFormatConfig.PARTITION_SPEC, LOCATION, NAME,
InputFormatConfig.CATALOG_NAME);
+ public static final String MATERIALIZED_VIEW_PROPERTY_KEY =
"iceberg.materialized.view";
+ public static final String MATERIALIZED_VIEW_STORAGE_TABLE_PROPERTY_KEY =
+ "iceberg.materialized.view.storage.table";
+ public static final String
MATERIALIZED_VIEW_BASE_SNAPSHOT_PROPERTY_KEY_PREFIX =
+ "iceberg.base.snapshot.";
+ public static final String MATERIALIZED_VIEW_VERSION_PROPERTY_KEY =
+ "iceberg.materialized.view.version";
Review Comment:
Sure. Thank you for spotting 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]