fallintoplace opened a new pull request, #1992: URL: https://github.com/apache/iceberg-go/pull/1992
## Summary - **Reuse partition validation metadata per spec ID** while validating added data and delete files. - Keep partition-field order and existing validation errors. - Add a regression test for missing and unknown partition fields. - Add benchmarks for shared specs, multiple specs, and 3/8/16 partition fields. ## Testing - `go test ./table -count=1` - `go test $(go list ./... | rg -v "/azure$") -p 2 -count=1` - `go test -race ./table -run ... -count=1` - `go vet ./table` - `go test ./table -run "^$" -bench "^BenchmarkPartitionValidationPlans$" -benchtime=1s -count=1` -- 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]
