KurtYoung commented on a change in pull request #15082:
URL: https://github.com/apache/flink/pull/15082#discussion_r610481518
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/api/TableEnvironmentTest.scala
##########
@@ -1353,6 +1353,38 @@ class TableEnvironmentTest {
tableResult3.collect())
}
+ @Test
+ def testRemoveSingleAggregateRule(): Unit = {
Review comment:
Could you find another place to add the test? Adding this to
`TableEnvironmentTest` doesn't sound right to me.
--
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]