Zouxxyy commented on code in PR #9332:
URL: https://github.com/apache/hudi/pull/9332#discussion_r1280242712


##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/HoodieSparkTable.java:
##########
@@ -53,7 +53,7 @@ protected HoodieSparkTable(HoodieWriteConfig config, 
HoodieEngineContext context
   public static <T> HoodieSparkTable<T> create(HoodieWriteConfig config, 
HoodieEngineContext context) {
     HoodieTableMetaClient metaClient =
         
HoodieTableMetaClient.builder().setConf(context.getHadoopConf().get()).setBasePath(config.getBasePath())
-            
.setLoadActiveTimelineOnLoad(true).setConsistencyGuardConfig(config.getConsistencyGuardConfig())

Review Comment:
   Note, I even think we don't need this parameter `loadActiveTimelineOnLoad`,  
we can always lazy get it



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

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to