fallintoplace opened a new pull request, #1528: URL: https://github.com/apache/iceberg-go/pull/1528
## Summary - compare equality-delete partition values with deep equality - avoid panics for binary and fixed partition values represented as byte slices - preserve exact-type matching for existing comparable values ## Why Equality-delete matching compared partition values through interface inequality. That panics when a partition contains a non-comparable value such as a byte slice, preventing scans of tables partitioned by binary or fixed values. ## Testing - `go test -count=1 ./...` - `go run github.com/golangci/golangci-lint/v2/cmd/[email protected] run --timeout=10m` - regression coverage for equal and different byte slices, type mismatches, comparable values, and field IDs Fixes #1349 -- 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]
