eejbyfeldt commented on code in PR #12945:
URL: https://github.com/apache/datafusion/pull/12945#discussion_r1807436624
##########
datafusion/optimizer/src/decorrelate_predicate_subquery.rs:
##########
@@ -442,60 +520,6 @@ mod tests {
assert_optimized_plan_equal(plan, expected)
}
- /// Test for IN subquery with additional OR filter
Review Comment:
They were there to verify that the previous code did not handle these kind
of subqueries, so their expected output needed to be updated. But the new
sqllogictests provide the same coverage, so opted for removing these instead of
updating them.
--
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]