tsreaper commented on a change in pull request #16503: URL: https://github.com/apache/flink/pull/16503#discussion_r675354554
########## File path: flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/rules/logical/CorrelateSortToRankRuleTest.scala ########## @@ -95,34 +94,35 @@ class CorrelateSortToRankRuleTest extends TableTestBase { } @Test - def testAggCallNotSupported(): Unit = { + def testNonInnerJoinNotSupported(): Unit = { Review comment: It seems that these tests are just out of order. Reorder the tests and clean up unnecessary changes? -- 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