marton-bod commented on a change in pull request #3752:
URL: https://github.com/apache/iceberg/pull/3752#discussion_r770431772
##########
File path:
mr/src/main/java/org/apache/iceberg/mr/mapreduce/IcebergInputFormat.java
##########
@@ -210,6 +210,7 @@ public void initialize(InputSplit split, TaskAttemptContext
newContext) {
this.context = newContext;
Table table = ((IcebergSplit) split).table();
this.io = table.io();
+ this.io.initialize(conf.getValByRegex(""));
Review comment:
Also moved the setConf() logic into the table deserialization part in
the StorageHandler
--
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]