wangyum commented on pull request #29243:
URL: https://github.com/apache/spark/pull/29243#issuecomment-678111301


   Yes. We should only infer the filter to partition column.
   
    The DPP rule itself could not generate a filter on `code_stats.store_id` 
because it should be after `PushDownPredicates`.
   
   I add logic to `CleanupDynamicPruningFilters`  to remove all filters with 
`DynamicPruning` that are not filtered on the partition column.


----------------------------------------------------------------
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to