snuyanzin commented on code in PR #25742: URL: https://github.com/apache/flink/pull/25742#discussion_r1874036818
########## 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: I don\t think we need to rename it. The new name says nothing about the intention of the test. Instead of renaming I would suggest to change a javadoc something like Former test for `FlinkLimit0RemoveRule` which now replaced by Calcite's `PruneEmptyRules.SORT_FETCH_ZERO_INSTANCE` -- 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