rustyconover opened a new pull request, #8076: URL: https://github.com/apache/iceberg/pull/8076
Cache the struct types for ManifestEntry and ManifestFile schemas. Cache the _position_to_field_name lookup in Records if a struct type is passed. Improve StructReader to use slots and avoid isinstance() lookups on each time the structure is read, by performing the check in __init__(). Improve StructReader to determine the arguments to create_struct() once in init and reuse the result each time the structure is read, avoid a try block. -- 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]
