rustyconover opened a new pull request, #8082: URL: https://github.com/apache/iceberg/pull/8082
Cache the hash value of the Struct types so that when new Record objects are created time is not spent recomputing the hash value. Change the implementation of the Record class to cache the mapping from field name to position. Also utilize an array rather than a dictionary for these lookups. -- 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]
