Fokko commented on issue #170: URL: https://github.com/apache/iceberg-python/issues/170#issuecomment-1832717377
It looks like we need to add the BoundTransform to the left hand side: https://github.com/apache/iceberg/blob/d247b20f166ccb0b92443d4b05330b1e0d9c5d49/api/src/main/java/org/apache/iceberg/transforms/ProjectionUtil.java#L231-L241 When the table is partitioned by `day(observed_at)`, then we can use it to do the optimization (the transform can be dropped from both sides). -- 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