pvary commented on a change in pull request #3752:
URL: https://github.com/apache/iceberg/pull/3752#discussion_r769807450
##########
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:
Might worth to check if this regex is faster, or using the iterator
interface for Config to create a Map, and adding that to `initialize` is faster
--
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]