alamb commented on code in PR #21247:
URL: https://github.com/apache/datafusion/pull/21247#discussion_r3597759115


##########
datafusion/core/tests/physical_optimizer/filter_pushdown.rs:
##########
@@ -3374,3 +3374,142 @@ fn test_filter_pushdown_through_sort_with_projection() {
     "
     );
 }
+
+/// Reproduces a bug where FilterPushdown through ProjectionExec with duplicate

Review Comment:
   Is this bug possible to reproduce with SQL? Can we write a sqllogictest 
(slt) test for it?



-- 
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]

Reply via email to