cshuo commented on code in PR #18264:
URL: https://github.com/apache/hudi/pull/18264#discussion_r2870242461
##########
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/table/HoodieFlinkTable.java:
##########
@@ -52,7 +52,7 @@ protected HoodieFlinkTable(HoodieWriteConfig config,
HoodieEngineContext context
}
public static <T> HoodieFlinkTable<T> create(HoodieWriteConfig config,
HoodieEngineContext context) {
- return create(config, context, true);
+ return create(config, context, false);
}
public static <T> HoodieFlinkTable<T> create(HoodieWriteConfig config,
HoodieEngineContext context, boolean loadActiveTimelineOnLoad) {
Review Comment:
nit: The callers consistently pass `false` as the argument, maybe this
method can be removed.
--
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]