jnh5y commented on code in PR #23713: URL: https://github.com/apache/flink/pull/23713#discussion_r1392931305
########## 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: Interesting. Seems reasonable to remove this. Also, seems unrelated. Do we need the THROW_EXCEPTION function? Or can it be removed in general? -- 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