gaoyunhaii commented on code in PR #20497:
URL: https://github.com/apache/flink/pull/20497#discussion_r940217127
##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/runtime/batch/sql/DynamicFilteringITCase.java:
##########
@@ -118,8 +124,10 @@ public void before() throws Exception {
dataId3));
}
- @Test
- public void testSimpleDynamicFiltering() {
+ @ParameterizedTest(name = "mode = {0}")
+ @MethodSource("parameters")
Review Comment:
Class level parameterized tests are now not supported in junit 5.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]