huaxingao commented on pull request #35669: URL: https://github.com/apache/spark/pull/35669#issuecomment-1064805336
Sorry I didn't make it clear. I feel `PARQUET_FILTER_PUSHDOWN_PARTITION_ENABLED` is a bit misleading. We are not really push down partition filters. What we do is to dynamically push down data filters based on the partition values. Shall we call this `PARQUET_FILTER_RUNTIME_PUSHDOWN_ENABLED` or `PARQUET_FILTER_DYNAMICALLY_PUSHDOWN_ENABLED`? -- 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]
