qstommyshu commented on code in PR #15893:
URL: https://github.com/apache/datafusion/pull/15893#discussion_r2069132932
##########
datafusion/optimizer/src/push_down_filter.rs:
##########
@@ -3039,21 +2974,14 @@ Projection: a, b
.filter(and(col("b").gt(lit(10i64)), col("d").gt(lit(10i64))))?
.build()?;
- // filter on col b and d
Review Comment:
Sounds fair to me, thanks for the advice @blaginin . I'll migrate everything
then.
--
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]