fallintoplace opened a new pull request, #1772: URL: https://github.com/apache/iceberg-go/pull/1772
## Summary - Return clean record batches unchanged when no positional delete applies. - Build survivor indices only after the first deleted row. - Cover batch boundaries, row-group pruning, full deletion, and Arrow ownership. - Add clean and partial deletion benchmarks. ## Tests - `go test ./table -count=1` - `go test -race ./table -run '^TestProcessPositionalDeletes' -count=1`\n- `go test ./table -run '^$' -bench '^BenchmarkProcessPositionalDeletes$' -benchmem -benchtime=1s -count=1`\n\nBenchmark results on Apple M1 Pro:\n\n- Clean: `189,498 ns/op`, `112 B/op`, `3 allocs/op`\n- Partial: `859,138 ns/op`, `1,610,925 B/op`, `51 allocs/op` -- 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]
