romanhorilyi opened a new issue, #10161: URL: https://github.com/apache/gravitino/issues/10161
### What would you like to be improved? Validate that [BaseExpressionStrategyHandler](https://github.com/apache/gravitino/blob/main/maintenance/optimizer/src/main/java/org/apache/gravitino/maintenance/optimizer/recommender/handler/BaseExpressionStrategyHandler.java) works properly for corner cases for partitioned tables: What cases should be covered: 1. `evaluate` method filters out non-matching partitions 2. `evaluate` method supports partitioned tables w/ no matching partitions 3. `evaluate` method supports partitioned tables w/ no partitions ### How should we improve? Add extra unit tests in [TestCompactionStrategyHandler](https://github.com/apache/gravitino/blob/main/maintenance/optimizer/src/test/java/org/apache/gravitino/maintenance/optimizer/recommender/handler/compaction/TestCompactionStrategyHandler.java) to cover above-mentioned cases. -- 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]
