dongjoon-hyun commented on a change in pull request #35691:
URL: https://github.com/apache/spark/pull/35691#discussion_r817224113
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/PruneFileSourcePartitionsSuite.scala
##########
@@ -118,6 +118,28 @@ class PruneFileSourcePartitionsSuite extends
PrunePartitionSuiteBase with Shared
}
}
+ test("SPARK-38357 data + partition filters with OR") {
Review comment:
You can use the same JIRA ID. BTW,
```
- test("SPARK-38357 data + partition filters with OR") {
- test("SPARK-38357: data + partition filters with OR") {
```
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/PruneFileSourcePartitionsSuite.scala
##########
@@ -118,6 +118,28 @@ class PruneFileSourcePartitionsSuite extends
PrunePartitionSuiteBase with Shared
}
}
+ test("SPARK-38357 data + partition filters with OR") {
Review comment:
You can use the same JIRA ID. BTW,
```scala
- test("SPARK-38357 data + partition filters with OR") {
- test("SPARK-38357: data + partition filters with OR") {
```
--
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]