joroKr21 commented on code in PR #21668:
URL: https://github.com/apache/datafusion/pull/21668#discussion_r3264646325
##########
datafusion/optimizer/src/push_down_filter.rs:
##########
@@ -4177,7 +4179,7 @@ mod tests {
plan,
@r"
Projection: a, b
- Filter: t.a > Int32(5) AND t.b > Int32(10) AND TestScalarUDF() >
Float64(0.1)
+ Filter: TestScalarUDF() > Float64(0.1) AND t.a > Int32(5) AND t.b >
Int32(10)
Review Comment:
That one has a separate PR: https://github.com/apache/datafusion/pull/21643
- perhaps better to review that one first
--
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]