jnh5y commented on code in PR #25064:
URL: https://github.com/apache/flink/pull/25064#discussion_r1672364217


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/api/CompiledPlanITCase.java:
##########
@@ -404,28 +404,13 @@ void testPersistedConfigOption() throws Exception {
     }
 
     @Test
-    void testBatchMode() {
+    public void testExecutePlanBatchMode() throws Exception {

Review Comment:
   Done!



##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/stream/CalcTestPrograms.java:
##########
@@ -36,7 +36,7 @@
  */
 public class CalcTestPrograms {
 
-    static final TableTestProgram SIMPLE_CALC =
+    public static final TableTestProgram SIMPLE_CALC =

Review Comment:
   Moved.



-- 
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