pvary commented on pull request #4218: URL: https://github.com/apache/iceberg/pull/4218#issuecomment-1057879315
@ben-manes: > Note that this uses identity (`==`) equality for key lookup. We are reusing the `struct` objects, so `==` should be fine. @rbalamohan checked and he wrote: > Probed further: It doesn't look like a cache miss, but the computation of "get" in "Caffeine" cache itself is expensive with operations like lookups, afterreads, stats updates, fork-join for purging etc. -- 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]
