badalprasadsingh opened a new issue, #1796: URL: https://github.com/apache/iceberg-go/issues/1796
### Apache Iceberg version main (development) ### Please describe the bug 🐞 The validate partition fields function rejects a redundant partition field only when two fields on the same source column carry exactly equal transforms. Thus, `hour(ts)` and `day(ts)` can end up co-existing in one place. The `addedTimeFields` function cannot catch it either: it is seeded only from fields added in the current update, never from the table's current spec. ### Status Would be working on it. -- 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]
