vinothchandar commented on a change in pull request #1486: [HUDI-759] Integrate 
checkpoint provider with delta streamer
URL: https://github.com/apache/incubator-hudi/pull/1486#discussion_r407273922
 
 

 ##########
 File path: 
hudi-utilities/src/main/java/org/apache/hudi/utilities/UtilHelpers.java
 ##########
 @@ -219,13 +230,13 @@ public static JavaSparkContext buildSparkContext(String 
appName, String sparkMas
   /**
    * Build Hoodie write client.
    *
-   * @param jsc Java Spark Context
-   * @param basePath Base Path
-   * @param schemaStr Schema
+   * @param jsc         Java Spark Context
+   * @param basePath    Base Path
+   * @param schemaStr   Schema
    * @param parallelism Parallelism
    */
   public static HoodieWriteClient createHoodieClient(JavaSparkContext jsc, 
String basePath, String schemaStr,
-      int parallelism, Option<String> compactionStrategyClass, TypedProperties 
properties) {
+                                                     int parallelism, 
Option<String> compactionStrategyClass, TypedProperties properties) {
 
 Review comment:
   I think there is a setting not to format the lines untouched.. may be we can 
avoid all these whitespace changes that way.. 
   
   

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