You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "berkaysynnada (via GitHub)" <gi...@apache.org> on 2023/09/13 08:32:00 UTC

[GitHub] [arrow-datafusion] berkaysynnada commented on a diff in pull request #7544: [MINOR]: Unknown input statistics in FilterExec

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org