lirui-apache commented on a change in pull request #11215:
[FLINK-16275][table-planner-blink] AggsHandlerCodeGenerator can fail …
URL: https://github.com/apache/flink/pull/11215#discussion_r384499313
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/runtime/batch/sql/OverWindowITCase.scala
##########
@@ -2576,3 +2594,19 @@ class CountAggFunction extends AggregateFunction[JLong,
CountAccumulator] {
override def getResultType: TypeInformation[JLong] = Types.LONG
}
+
+private class TestModule extends Module {
+
+ private val funcName = "isnull"
Review comment:
I don't think that matters, because I'm using `equalsIgnoreCase` down bellow.
----------------------------------------------------------------
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