You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/04/19 03:27:50 UTC

[GitHub] [flink] JingsongLi commented on a change in pull request #8221: [FLINK-12261][table-planner-blink] Support e2e group window in blink batch

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:
users@infra.apache.org


With regards,
Apache Git Services