godfreyhe commented on a change in pull request #11321:
URL: https://github.com/apache/flink/pull/11321#discussion_r449568136
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/plan/stream/table/validation/TableAggregateValidationTest.scala
##########
@@ -116,16 +116,16 @@ class TableAggregateValidationTest extends TableTestBase {
@Test
def testInvalidAliasWithWrongNumber(): Unit = {
+ val func = new EmptyTableAggFunc
expectedException.expect(classOf[ValidationException])
expectedException.expectMessage("List of column aliases must have same
degree as " +
"table; the returned table of function " +
- "'org.apache.flink.table.planner.utils.EmptyTableAggFunc' has 2 columns,
" +
+ s"'${func.functionIdentifier()}' has 2 columns, " +
Review comment:
It's okay for me to stay the same.
----------------------------------------------------------------
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]