Fokko commented on issue #11788: URL: https://github.com/apache/iceberg/issues/11788#issuecomment-2545929169
@dvnageshpatil If you have a timestamp value: ``` ts = '2024-10-22T19:25:00' ``` Then the transforms will produce: ``` day(ts) = '2024-10-22' month(ts) = '2024-10' ``` In this case, the `month` information is useless since it is also encoded in the `day` information. Therefore just adding a `day` partition transform will do it 👍 I hope this helps! I'll close this issue for now, feel free to re-open it if there are any further questions. -- 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