Fokko commented on PR #12443: URL: https://github.com/apache/iceberg/pull/12443#issuecomment-2695295036
@tousifanwar11 Can you provide more context on what you're trying to achieve? The partitioning schemes are redundant: ``` // When completion_date == 2025-01-03 year(completion_date) => 2025-01-01 month(completion_date) => 2025-01-01 // When completion_date == 2025-05-03 year(completion_date) => 2025-01-01 month(completion_date) => 2025-05-01 ``` The month partitioning also covers for the year partitioning 👍 -- 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