dawidwys commented on code in PR #23713: URL: https://github.com/apache/flink/pull/23713#discussion_r1392940264
########## flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/expressions/PlannerExpressionConverter.scala: ########## @@ -79,12 +79,6 @@ class PlannerExpressionConverter private extends ApiExpressionVisitor[PlannerExp val windowReference = translateWindowReference(children.head) return WindowEnd(windowReference) - case THROW_EXCEPTION => Review Comment: We still have it. I guess you are mislead that it is not listed in `BuiltinFunctionDefinitions` but `InternalFunctionDefinitions` -- 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