atifiu commented on PR #6252: URL: https://github.com/apache/iceberg/pull/6252#issuecomment-1762436892
@huaxingao So, unless we get this message "Evaluating completely on Iceberg" which means full filter pushdown is down, otherwise filter pushdown is partial or or not at all. In my case I am doing filtering on partitioned column with day transformation on timestamp data type. But i am querying data based on local timezone but partitioning is defined on UTC timezone which means partial pushdown will take place. This might be the reason aggregate pushdown is not working in case of filters. I still have to validate this in the logs but is my understanding correct ? -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org