fallintoplace opened a new pull request, #1481: URL: https://github.com/apache/iceberg-go/pull/1481
## Summary - compare table identifiers component by component when detecting duplicate transactions - keep dotted components distinct instead of flattening them into the same string key - clone identifiers retained for reloads and future duplicate checks ## Why Joining identifier components with a dot makes distinct valid identifiers such as `["a.b", "c"]` and `["a", "b.c"]` collide. The second table was incorrectly rejected as a duplicate in an otherwise valid multi-table transaction. ## Testing - `go test ./catalog` - `go test -race ./catalog` - `go vet ./catalog` -- 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]
