andygrove commented on code in PR #3796:
URL: https://github.com/apache/arrow-datafusion/pull/3796#discussion_r992389719
##########
datafusion/optimizer/src/simplify_expressions.rs:
##########
@@ -1930,7 +1930,7 @@ mod tests {
assert_optimized_plan_eq(
&plan,
"\
- Filter: test.b > Int32(1) AS test.b > Int32(1) AND test.b >
Int32(1)\
+ Filter: test.b > Int32(1)\
Review Comment:
The updated tests here demonstrate that we no longer have aliases for filter
predicates.
--
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]