gengliangwang commented on a change in pull request #24327:
[WIP][SPARK-27418][SQL] Migrate Parquet to File Data Source V2
URL: https://github.com/apache/spark/pull/24327#discussion_r286399515
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/parquet/ParquetScan.scala
##########
@@ -40,6 +40,7 @@ case class ParquetScan(
readDataSchema: StructType,
readPartitionSchema: StructType,
filters: Array[Filter],
+ pushedFilters: Array[Filter],
Review comment:
The `pushedFilters` is added here just for end-to-end test. Not sure if this
is appropriate.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]