This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 1cf7ec41d62 [hotfix] Add TestTemplate to fix build
1cf7ec41d62 is described below
commit 1cf7ec41d62d59e500bf0cefd35315070abb2d73
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Wed Nov 15 14:39:07 2023 +0100
[hotfix] Add TestTemplate to fix build
---
.../flink/table/planner/plan/stream/sql/agg/DistinctAggregateTest.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/stream/sql/agg/DistinctAggregateTest.scala
b/flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/stream/sql/agg/DistinctAggregateTest.scala
index 6feab3b9f6f..9850e1afe9c 100644
---
a/flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/stream/sql/agg/DistinctAggregateTest.scala
+++
b/flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/stream/sql/agg/DistinctAggregateTest.scala
@@ -217,7 +217,7 @@ class DistinctAggregateTest(
util.verifyRelPlan(sqlQuery, ExplainDetail.CHANGELOG_MODE)
}
- @Test
+ @TestTemplate
def testListAggWithDistinctMultiArgs(): Unit = {
util.verifyExecPlan("SELECT a, LISTAGG(DISTINCT c, '#') FROM MyTable GROUP
BY a")
}