englefly commented on code in PR #11812:
URL: https://github.com/apache/doris/pull/11812#discussion_r950122969


##########
fe/fe-core/src/test/java/org/apache/doris/nereids/rules/rewrite/logical/PushDownPredicateTest.java:
##########
@@ -190,8 +191,8 @@ public void pushDownPredicateIntoScanTest4() {
         Expression whereCondition = ExpressionUtils.and(whereCondition1, 
whereCondition2, whereCondition3,
                 whereCondition4);
 
-        Plan join = new LogicalJoin(JoinType.INNER_JOIN, Optional.empty(), 
rStudent, rScore);
-        Plan join1 = new LogicalJoin(JoinType.INNER_JOIN, Optional.empty(), 
join, rCourse);
+        Plan join = new LogicalJoin(JoinType.INNER_JOIN, new ArrayList<>(), 
Optional.empty(), rStudent, rScore);
+        Plan join1 = new LogicalJoin(JoinType.INNER_JOIN, new ArrayList<>(), 
Optional.empty(), join, rCourse);

Review Comment:
   done



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to