Dandandan commented on code in PR #8243:
URL: https://github.com/apache/arrow-datafusion/pull/8243#discussion_r1398420385
##########
datafusion/expr/src/logical_plan/plan.rs:
##########
@@ -1887,11 +1887,13 @@ pub struct Filter {
pub predicate: Expr,
/// The incoming logical plan
pub input: Arc<LogicalPlan>,
+ // Selectivity
Review Comment:
I think it's beter to move this to the physical plan `FilterExec` only, so
we don't have to pass it in logica plan.
--
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]