xuyangzhong commented on code in PR #27099:
URL: https://github.com/apache/flink/pull/27099#discussion_r2425098430
##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/DeltaJoinITCase.scala:
##########
@@ -39,7 +41,8 @@ import java.util.concurrent.TimeUnit
import scala.collection.JavaConversions._
-class DeltaJoinITCase extends StreamingTestBase {
+@ExtendWith(Array(classOf[ParameterizedTestExtension]))
+class DeltaJoinITCase(enableCache: Boolean) extends StreamingTestBase {
Review Comment:
Sure. I have created a new jira
[FLINK-38504](https://issues.apache.org/jira/browse/FLINK-38504) to do this
before code freezing for 2.2.
--
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]