cloud-fan commented on a change in pull request #28805:
URL: https://github.com/apache/spark/pull/28805#discussion_r444970910
##########
File path:
sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/PruneFileSourcePartitionsSuite.scala
##########
@@ -108,4 +109,54 @@ class PruneFileSourcePartitionsSuite extends QueryTest
with SQLTestUtils with Te
}
}
}
+
+ test("SPARK-28169: Convert scan predicate condition to CNF") {
Review comment:
I'm thinking about adding a base test `PartitionPruningSuiteBase` with
some common test cases. Then we can have a `FileSourcePartitionPruningSuite`
with file-source specific tests, and `HiveTablePartitionPruningSuite` with
hive-table specific tests.
----------------------------------------------------------------
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]