JingsongLi commented on a change in pull request #8221: 
[FLINK-12261][table-planner-blink] Support e2e group window in blink batch
URL: https://github.com/apache/flink/pull/8221#discussion_r276893269
 
 

 ##########
 File path: 
flink-table/flink-table-common/src/main/java/org/apache/flink/table/expressions/BuiltInFunctionDefinitions.java
 ##########
 @@ -324,6 +324,8 @@
                new FunctionDefinition("in", SCALAR_FUNCTION);
        public static final FunctionDefinition CAST =
                new FunctionDefinition("cast", SCALAR_FUNCTION);
+       public static final FunctionDefinition REINTERPRET_CAST =
 
 Review comment:
   Hi @dawidwys 
   I add a `REINTERPRET_CAST` to `BuiltInFunctionDefinitions`. It corresponds 
to `RexBuilder.makeReinterpretCast` for calcite.
   Blink-runner supports it, while legacy-runner does not currently support it.
   Look good to 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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to