massdosage commented on a change in pull request #1407:
URL: https://github.com/apache/iceberg/pull/1407#discussion_r486347139
##########
File path: mr/src/main/java/org/apache/iceberg/mr/InputFormatConfig.java
##########
@@ -47,6 +47,9 @@ private InputFormatConfig() {
public static final String CATALOG = "iceberg.mr.catalog";
public static final String HADOOP_CATALOG_WAREHOUSE_LOCATION =
"iceberg.mr.catalog.hadoop.warehouse.location";
public static final String CATALOG_LOADER_CLASS =
"iceberg.mr.catalog.loader.class";
+ public static final String WRITE_FILE_FORMAT =
"iceberg.mr.write.file.format";
Review comment:
Should we add a TODO here to remind us to rename this class (in a
follow-on PR I guess?) or move these constants around a bit later?
----------------------------------------------------------------
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]