sunchao commented on PR #37419:
URL: https://github.com/apache/spark/pull/37419#issuecomment-1206745959
@sadikovi in the example you gave:
```
root/
col0=0/
part-0001.parquet (schema: COL0)
```
what's the content in `part-0001.parquet`? I wonder why we need to pushdown
partition filters to Parquet, given that we'll not materialize the partition
values in the Parquet files. What is the pushed filters to Parquet in this
example?
--
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]