davidradl commented on code in PR #28159:
URL: https://github.com/apache/flink/pull/28159#discussion_r3281244713
##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/functions/BuiltInFunctionDefinitions.java:
##########
@@ -550,6 +550,16 @@ ANY, and(logical(LogicalTypeRoot.BOOLEAN), LITERAL)
.internal()
.build();
+ public static final BuiltInFunctionDefinition INTERNAL_COMPARE =
Review Comment:
can we use a more descriptive name for this please; I think some javadoc,
around when to use this function rather than other ones would help
--
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]