nsivabalan commented on a change in pull request #3865:
URL: https://github.com/apache/hudi/pull/3865#discussion_r757135591



##########
File path: 
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/realtime/RealtimeBootstrapBaseFileSplit.java
##########
@@ -19,21 +19,25 @@
 package org.apache.hudi.hadoop.realtime;
 
 import org.apache.hudi.common.util.Option;
+import org.apache.hudi.common.util.collection.Pair;
 import org.apache.hudi.hadoop.BootstrapBaseFileSplit;
 
 import org.apache.hadoop.mapred.FileSplit;
 
 import java.io.DataInput;
 import java.io.DataOutput;
 import java.io.IOException;
+import java.util.ArrayList;
 import java.util.List;
+import java.util.stream.Collectors;
 
 /**
  * Realtime File Split with external base file.
  */
 public class RealtimeBootstrapBaseFileSplit extends BootstrapBaseFileSplit 
implements RealtimeSplit {
 
   private List<String> deltaLogPaths;

Review comment:
       there are quite a few usages. So, have filed a tracking ticket to fix 
this https://issues.apache.org/jira/browse/HUDI-2613
   




-- 
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]


Reply via email to