liuyongvs commented on code in PR #25742: URL: https://github.com/apache/flink/pull/25742#discussion_r1875174539
########## flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/rules/logical/SortFetchZeroRuleTest.scala: ########## @@ -22,11 +22,12 @@ import org.apache.flink.table.planner.plan.optimize.program.{BatchOptimizeContex import org.apache.flink.table.planner.utils.TableTestBase import org.apache.calcite.plan.hep.HepMatchOrder +import org.apache.calcite.rel.rules.PruneEmptyRules import org.apache.calcite.tools.RuleSets import org.junit.jupiter.api.{BeforeEach, Test} -/** Test for [[FlinkLimit0RemoveRule]]. */ -class FlinkLimit0RemoveRuleTest extends TableTestBase { +/** Test for [[PruneEmptyRules.SORT_FETCH_ZERO_INSTANCE]]. */ +class SortFetchZeroRuleTest extends TableTestBase { Review Comment: fixed @snuyanzin -- 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