Skip to content

Commit

Permalink
[hotfix] Add TestTemplate to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin authored Nov 15, 2023
1 parent 499e56f commit 1cf7ec4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit 1cf7ec4

Please sign in to comment.