pvary commented on a change in pull request #2129:
URL: https://github.com/apache/iceberg/pull/2129#discussion_r610399166
##########
File path: mr/src/main/java/org/apache/iceberg/mr/InputFormatConfig.java
##########
@@ -47,6 +47,7 @@ private InputFormatConfig() {
public static final String TABLE_SCHEMA = "iceberg.mr.table.schema";
public static final String PARTITION_SPEC =
"iceberg.mr.table.partition.spec";
public static final String SERIALIZED_TABLE_PREFIX =
"iceberg.mr.serialized.table.";
+ public static final String TABLE_CATALOG_PREFIX = "iceberg.mr.table.catalog";
Review comment:
nit: could we add "." at the end of the prefix? I think it looks a
little better in the config.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]