n3nash commented on a change in pull request #700: [WIP] HUDI-138 - Meta Files 
handling also need to support consistency guard
URL: https://github.com/apache/incubator-hudi/pull/700#discussion_r292571417
 
 

 ##########
 File path: 
hoodie-common/src/main/java/com/uber/hoodie/common/table/HoodieTableMetaClient.java
 ##########
 @@ -79,13 +86,23 @@ public HoodieTableMetaClient(Configuration conf, String 
basePath)
   }
 
   public HoodieTableMetaClient(Configuration conf, String basePath,
-      boolean loadActiveTimelineOnLoad)
+      boolean loadActiveTimelineOnLoad) {
+    this(conf, basePath, loadActiveTimelineOnLoad, false, 0, 0, 0);
+  }
+
+  public HoodieTableMetaClient(Configuration conf, String basePath,
 
 Review comment:
   This is polluting the constructor, can we wrap all consistency check configs 
into a single config and wire them here ?

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