swuferhong commented on code in PR #21530:
URL: https://github.com/apache/flink/pull/21530#discussion_r1065730432


##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/rules/logical/RewriteMultiJoinConditionRuleTest.scala:
##########
@@ -75,6 +76,9 @@ class RewriteMultiJoinConditionRuleTest extends TableTestBase 
{
     util.addTableSource[(Int, Long)]("B", 'b1, 'b2)
     util.addTableSource[(Int, Long)]("C", 'c1, 'c2)
     util.addTableSource[(Int, Long)]("D", 'd1, 'd2)
+
+    util.getTableEnv.getConfig

Review Comment:
   > it's better this test can verify bushy join order and left-deep join order
   
   I add some test cases in this class to cover bushy join reorder enable 
suitation.



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