rdblue opened a new pull request, #17201: URL: https://github.com/apache/iceberg/pull/17201
This extracts the evaluation logic from `InclusiveMetricsEvaluator` into a new superclass, `InclusiveEvalVisitor`. Now, `InclusiveMetricsEvaluator` uses the visitor superclass and implements methods to access metrics by ID. This is in preparation for adding an inclusive stats visitor that consumes `ContentStats` directly, once #17159 is in. -- 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]
