dawidwys commented on code in PR #23884:
URL: https://github.com/apache/flink/pull/23884#discussion_r1424162329


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/testutils/RestoreTestBase.java:
##########
@@ -120,7 +120,9 @@ public EnumSet<TestKind> supportedSetupSteps() {
 
     @Override
     public EnumSet<TestKind> supportedRunSteps() {
-        return EnumSet.of(TestKind.SQL);
+        return EnumSet.of(
+                TestKind.SQL, TestKind.TABLE_API // the step can be defined, 
but is ignored

Review Comment:
   Ah, yeah, after I copied the programs to `QueryOperationTestPrograms` its 
unnecessary here.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to