huaxingao commented on pull request #35669: URL: https://github.com/apache/spark/pull/35669#issuecomment-1053749377
@stczwd Thanks for working on this. I haven't looked at your implementation yet. Based on the PR description, this PR will push down both data filters and partition filters, but it seems to me that we only need to push down data filters, because the partition filters have already been handled by partition pruning. -- 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]
