twalthr commented on code in PR #24070:
URL: https://github.com/apache/flink/pull/24070#discussion_r1450259392


##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/functions/BuiltInFunctionDefinitions.java:
##########
@@ -2292,6 +2292,16 @@ ANY, and(logical(LogicalTypeRoot.BOOLEAN), LITERAL)
                     .runtimeProvided()
                     .build();
 
+    public static final BuiltInFunctionDefinition HASHCODE =

Review Comment:
   sorry for the late comment but I just noticed that this field should be 
called `INTERNAL_HASHCODE` and be moved down to the other `INTERNAL_` functions



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to