nsivabalan commented on a change in pull request #1402: [WIP][HUDI-407] Adding 
Simple Index
URL: https://github.com/apache/incubator-hudi/pull/1402#discussion_r405052805
 
 

 ##########
 File path: hudi-client/src/main/java/org/apache/hudi/index/HoodieIndex.java
 ##########
 @@ -77,15 +80,15 @@ protected HoodieIndex(HoodieWriteConfig config) {
    * present).
    */
   public abstract JavaRDD<HoodieRecord<T>> 
tagLocation(JavaRDD<HoodieRecord<T>> recordRDD, JavaSparkContext jsc,
-      HoodieTable<T> hoodieTable) throws HoodieIndexException;
+                                                       HoodieTable<T> 
hoodieTable) throws HoodieIndexException;
 
 Review comment:
   I am not sure. my previous patches didn't have any such refactoring changes. 
I just do the regular intellij refactoring. 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to