pvary commented on code in PR #10188:
URL: https://github.com/apache/iceberg/pull/10188#discussion_r1577765690
##########
mr/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.java:
##########
@@ -111,8 +111,15 @@ public void configureTableJobProperties(TableDesc
tableDesc, Map<String, String>
// @Override
public void configureInputJobCredentials(TableDesc tableDesc, Map<String,
String> secrets) {}
+ private void setCommonJobConf(JobConf jobConf) {
Review Comment:
My question was aimed to:
- What do we do if the `tez.mrreader.config.update.properties` already
contains some values?
The configuration seems like a comma separated list. Simply removing the old
values seems like a bad idea. Maybe adding them at the end of the list, or
adding them, if they are not yet there could be a better approach.
--
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]