choubenson commented on a change in pull request #5316:
URL: https://github.com/apache/iotdb/pull/5316#discussion_r834981041



##########
File path: 
server/src/main/java/org/apache/iotdb/db/engine/compaction/cross/CrossCompactionStrategy.java
##########
@@ -59,22 +59,16 @@ public AbstractCrossSpaceCompactionTask getCompactionTask(
     }
   }
 
-  public AbstractCrossSpaceCompactionTask getCompactionRecoverTask(
+  public CompactionRecoverTask getCompactionRecoverTask(
       String logicalStorageGroupName,
       String virtualStorageGroupName,
-      long timePartitionId,
       File logFile,
       TsFileManager tsFileManager) {
     switch (this) {
       case REWRITE_COMPACTION:
       default:
-        return new RewriteCrossCompactionRecoverTask(

Review comment:
       Resolved




-- 
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]


Reply via email to