fallintoplace opened a new pull request, #1889: URL: https://github.com/apache/iceberg-go/pull/1889
## Summary - Add `DVWriter.AddPosition` for callers that add one deleted position at a time. - Use it in the v3 deletion-vector write path. - Keep the existing validation, first-write partition metadata capture, defensive copy, and deduplication behavior. ## Benchmark Apple M1 Pro, Go 1.26.3, `-benchmem -benchtime=1s -count=5`: - `Add`: about 16.8 ns/op, 0 allocs/op - `AddPosition`: about 15.5 ns/op, 0 allocs/op ## Tests - `go test ./table/dv ./table` - `go test -race ./table/dv ./table` - `go vet ./table/dv ./table` -- 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]
