fallintoplace opened a new pull request, #1820: URL: https://github.com/apache/iceberg-go/pull/1820
## Summary - Compute the survivor minimum sequence once per decision. - Avoid repeating the partition-minimum scan for every equality-delete candidate. - Reduces the repeated work from O(P x D) to O(P + D). - Adds a scaling benchmark. ## Tests - go test ./... - go vet . -- 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]
