tprelle commented on a change in pull request #3242:
URL: https://github.com/apache/iceberg/pull/3242#discussion_r746657140
##########
File path:
mr/src/main/java/org/apache/iceberg/mr/mapred/MapredIcebergInputFormat.java
##########
@@ -66,6 +68,13 @@ public MapredIcebergInputFormat() {
@Override
public InputSplit[] getSplits(JobConf job, int numSplits) throws IOException
{
+ TezUtil.setInMemoryDataModel(job);
+ TezUtil.skipResidualFiltering(job);
+ return getSplitsUnchecked(job);
+ }
+
+ @VisibleForTesting
Review comment:
I do not need to override it but i need to call it inside
TestMapredIcebergInputFormat
--
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]