berkaysynnada commented on code in PR #7544:
URL: https://github.com/apache/arrow-datafusion/pull/7544#discussion_r1324168801


##########
datafusion/sqllogictest/test_files/subquery.slt:
##########
@@ -282,21 +282,22 @@ Projection: t1.t1_id, __scalar_sq_1.SUM(t2.t2_int) AS 
t2_sum
 --------Filter: SUM(t2.t2_int) < Int64(3)
 ----------Aggregate: groupBy=[[t2.t2_id]], aggr=[[SUM(CAST(t2.t2_int AS 
Int64))]]
 ------------TableScan: t2 projection=[t2_id, t2_int]
-physical_plan
+Physical_plan

Review Comment:
   `HashJoinExec` prefers to choose the child having `FilterExec` as the build 
side now.



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