dcoliversun commented on code in PR #36781:
URL: https://github.com/apache/spark/pull/36781#discussion_r891843252
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilterSuite.scala:
##########
@@ -1316,6 +1317,34 @@ abstract class ParquetFilterSuite extends QueryTest with
ParquetTest with Shared
}
}
+ test("SPARK-39393 Do not push down predicate filters for repeated primitive
fields") {
Review Comment:
Nice work. Little suggestion:
```suggestion
test("SPARK-39393: Do not push down predicate filters for repeated
primitive fields") {
```
--
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]