beliefer opened a new pull request, #36776:
URL: https://github.com/apache/spark/pull/36776

   ### What changes were proposed in this pull request?
   https://github.com/apache/spark/pull/35768 assume the expression in `And`, 
`Or` and `Not` must be predicate.
   https://github.com/apache/spark/pull/36370 and 
https://github.com/apache/spark/pull/36325 supported push down expressions in 
group by and order by. But the children of `And`, `Or` and `Not` can be 
`FieldReference.column(name)`.
   `FieldReference.column(name)` is not a predicate, so the assert may fail.
   
   
   ### Why are the changes needed?
   This PR fix the bug for `PushableColumnWithoutNestedColumn`.
   
   
   ### Does this PR introduce _any_ user-facing change?
   'Yes'.
   Let the push-down framework more correctly.
   
   
   ### How was this patch tested?
   New tests
   


-- 
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: reviews-unsubscr...@spark.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to