wombatu-kun commented on PR #16790: URL: https://github.com/apache/iceberg/pull/16790#issuecomment-5617455293
@pvary Done in 7bfb6dace1: each nested access now returns a new wrapper that only shares the pre-built field getters, and your repro is now `TestRowDataProjection#nestedRowIsNotMutatedByNextWrap`. The wrapper costs 24 B per access, so the benchmark in the description is now 72 B/op instead of 48 (448 before this PR). -- 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]
