huaxingao commented on code in PR #37747:
URL: https://github.com/apache/spark/pull/37747#discussion_r962039648
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilterSuite.scala:
##########
@@ -76,7 +76,6 @@ import org.apache.spark.util.{AccumulatorContext,
AccumulatorV2, Utils}
* within the test.
*/
abstract class ParquetFilterSuite extends QueryTest with ParquetTest with
SharedSparkSession {
-
Review Comment:
nit: unnecessary change?
##########
sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFilterSuite.scala:
##########
@@ -370,6 +369,38 @@ abstract class ParquetFilterSuite extends QueryTest with
ParquetTest with Shared
}
}
+ test("filter pushdown - int SPARK-40280") {
Review Comment:
nit: maybe `test("SPARK-40280: filter pushdown - int with annotation")`?
--
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]