korlov42 commented on code in PR #5437: URL: https://github.com/apache/ignite-3/pull/5437#discussion_r2010167150
########## modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/planner/CorrelatedSubqueryPlannerTest.java: ########## @@ -68,7 +68,7 @@ public void test() throws Exception { + " OR c>d\n" + " ORDER BY 1;"; - IgniteRel rel = physicalPlan(sql, schema, "FilterTableScanMergeRule"); + IgniteRel rel = physicalPlan(sql, schema, "FilterTableScanMergeRule", "IgniteProjectCorrelateTransposeRule"); Review Comment: why did you disable new rule in this test? -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org