danny0405 commented on code in PR #9332:
URL: https://github.com/apache/hudi/pull/9332#discussion_r1281408958
##########
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:
For most of the cases, the timeline load is necessary.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]