stczwd commented on pull request #35669: URL: https://github.com/apache/spark/pull/35669#issuecomment-1061492330
> @stczwd What is the reason for your optimization not working with V1? is it because only data filters are pushed to the `FileScan`? Yes, the data filters that pushed to the FileScan and the way filter pushed down are different in V1 and V2. Thus I thought start a work on V2 first and then optimize V1 based on the same `ParquetFilters` later. -- 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]
