DhamoPS commented on code in PR #3482:
URL: https://github.com/apache/arrow-datafusion/pull/3482#discussion_r971956773
##########
datafusion/core/tests/sql/subqueries.rs:
##########
@@ -289,6 +289,139 @@ async fn tpch_q17_correlated() -> Result<()> {
Ok(())
}
+// Fix for issue#78 join predicates from inside of OR expr also pulled up
properly.
+#[tokio::test]
+async fn tpch_q19_pull_predicates_to_innerjoin() -> Result<()> {
Review Comment:
Other TPCH Queries related testcases are in subqueries.rs and so I have
added this test also here.
--
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]