fallintoplace opened a new pull request, #1823: URL: https://github.com/apache/iceberg-go/pull/1823
## Summary - Decode partition and sort field objects into one auxiliary value. - Preserve presence checks for source-id, source-ids, and transform. - Avoid the temporary raw map and second full-object decode. - Adds single-source and multi-source benchmarks. ## Benchmark - Partition decoding is about 39 to 49 percent faster. - Sort decoding is about 34 to 36 percent faster. - Allocations and bytes are also lower. ## 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]
