linliu-code commented on code in PR #13517:
URL: https://github.com/apache/hudi/pull/13517#discussion_r2221167975
##########
hudi-common/src/main/java/org/apache/hudi/common/util/ConfigUtils.java:
##########
@@ -89,6 +93,39 @@ public static String getOrderingField(Properties properties)
{
return orderField;
}
+ /**
+ * Returns whether event time watermark tracking is enabled.
+ */
+ public static boolean isTrackingEventTimeWatermark(Properties props) {
Review Comment:
Will track in a separate PR.
--
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]