snuyanzin commented on code in PR #28887:
URL: https://github.com/apache/flink/pull/28887#discussion_r3704445240


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/batch/SortAggregateBatchRestoreTest.java:
##########
@@ -24,7 +24,7 @@
 import java.util.List;
 
 /** Batch Compiled Plan tests for {@link BatchExecSortAggregate}. */
-class SortAggregateBatchRestoreTest extends BatchRestoreTestBase {
+public class SortAggregateBatchRestoreTest extends BatchRestoreTestBase {

Review Comment:
   because of `RestoreTestCompletenessTest`: it tries to use reflection to 
execute methods...
   It never failed since it was never executed before in CI



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

Reply via email to