rdblue opened a new pull request, #17260: URL: https://github.com/apache/iceberg/pull/17260
Testing `FieldStats` with all types for #17159 uncovered that variant instances are not `Serializable`. This makes all the variant classes serializable, so that stats can be serialized in tasks. Stats are not currently serialized in tasks because stats are discarded during planning (they're expensive) but I think it's a good idea to ensure that stats can be serialized. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> -- 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]
