vinothchandar commented on a change in pull request #1460: [HUDI-679] Make io 
package Spark free
URL: https://github.com/apache/incubator-hudi/pull/1460#discussion_r399700058
 
 

 ##########
 File path: 
hudi-client/src/main/java/org/apache/hudi/execution/MergeOnReadLazyInsertIterable.java
 ##########
 @@ -35,8 +36,9 @@
 public class MergeOnReadLazyInsertIterable<T extends HoodieRecordPayload> 
extends CopyOnWriteLazyInsertIterable<T> {
 
   public MergeOnReadLazyInsertIterable(Iterator<HoodieRecord<T>> 
sortedRecordItr, HoodieWriteConfig config,
-      String instantTime, HoodieTable<T> hoodieTable, String idPfx) {
-    super(sortedRecordItr, config, instantTime, hoodieTable, idPfx);
+                                       String instantTime, HoodieTable<T> 
hoodieTable, String idPfx,
 
 Review comment:
   side point: we should fix method arg formatting  consistently between 
intellij and checkstyle. Keep seeing these sort of whitespace changes in PRs.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to