huaxingao commented on PR #35669: URL: https://github.com/apache/spark/pull/35669#issuecomment-1179623934
@jackylee-ch Thanks for your patience. The approach looks good to me. I concern a bit about the logging, though. ``` PushedDynamicalFilters: [Or(And(LessThan(id,2),EqualTo(part,0)),And(GreaterThan(id,3),EqualTo(part,1)))] ``` It's not very clear, but I don't have an easy way to make it better. Since this PR has quite some changes, I prefer to get some opinions from others. -- 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]
