n3nash commented on a change in pull request #2542:
URL: https://github.com/apache/hudi/pull/2542#discussion_r645799116



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java
##########
@@ -96,9 +96,9 @@
   private HoodieArchivedTimeline archivedTimeline;
   private ConsistencyGuardConfig consistencyGuardConfig = 
ConsistencyGuardConfig.newBuilder().build();
 
-  private HoodieTableMetaClient(Configuration conf, String basePath, boolean 
loadActiveTimelineOnLoad,
-                               ConsistencyGuardConfig consistencyGuardConfig, 
Option<TimelineLayoutVersion> layoutVersion,
-                               String payloadClassName) {
+  protected HoodieTableMetaClient(Configuration conf, String basePath, boolean 
loadActiveTimelineOnLoad,

Review comment:
       If we remove the `HoodieTableGloballyConsistentMetaClient.java` based on 
above suggestion, let's make this private again. 




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


Reply via email to