deniskuzZ commented on code in PR #5540: URL: https://github.com/apache/hive/pull/5540#discussion_r1932681662
########## iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/compaction/IcebergCompactionService.java: ########## @@ -53,7 +53,7 @@ public Boolean compact(Table table, CompactionInfo ci) throws Exception { CompactorUtil.checkInterrupt(CLASS_NAME); org.apache.iceberg.Table icebergTable = IcebergTableUtil.getTable(conf, table); - if (!IcebergCompactionEvaluator.isEligibleForCompaction(icebergTable, ci.partName, ci.type, conf)) { + if (!IcebergCompactionEvaluator.isEligibleForCompaction(icebergTable, ci, conf)) { Review Comment: could we rename to just `CompactionEvaluator`? -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org