gengliangwang commented on a change in pull request #28733:
URL: https://github.com/apache/spark/pull/28733#discussion_r435761560
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/FilterPushdownSuite.scala
##########
@@ -1230,4 +1237,134 @@ class FilterPushdownSuite extends PlanTest {
comparePlans(Optimize.execute(query.analyze), expected)
}
+
+ test("inner join: rewrite filter predicates to conjunctive normal form") {
Review comment:
Test cases are copied from https://github.com/apache/spark/pull/28575
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]