nastra opened a new pull request, #17430: URL: https://github.com/apache/iceberg/pull/17430
This makes the three test classes extendible so that we can introduce separate test classes that use a content stats evaluator but run through the same set of tests **AI Disclosure** - Model: Claude Opus 5 - Platform/Tool: Cursor - Human Oversight: fully reviewed - Prompt Summary: Refactor TestInclusiveMetricsEvaluator, TestInclusiveMetricsEvaluatorWithExtract, and TestInclusiveMetricsEvaluatorWithTransforms into extendable harnesses by hoisting inline file fixtures into protected factory methods and routing evaluation through a protected shouldRead hook, so subclasses can run the same expression suite against a different file statistics representation. -- 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]
