aiwenmo commented on code in PR #3677:
URL: https://github.com/apache/flink-cdc/pull/3677#discussion_r1825341113
##########
flink-cdc-runtime/src/main/java/org/apache/flink/cdc/runtime/functions/SystemFunctionUtils.java:
##########
@@ -645,4 +645,32 @@ private static String castObjectIntoString(Object object) {
}
return String.valueOf(object);
}
+
+ public static boolean greater(Comparable comparable1, Comparable
comparable2) {
Review Comment:
I agree with you.
--
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]