shuwenwei commented on code in PR #13878:
URL: https://github.com/apache/iotdb/pull/13878#discussion_r1843147323
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/compaction/execute/performer/impl/FastCompactionPerformer.java:
##########
@@ -143,18 +143,17 @@ public void perform() throws Exception {
x -> x.definitelyNotContains(device) || !x.isDeviceAlive(device,
ttl));
sortedSourceFiles.sort(Comparator.comparingLong(x ->
x.getStartTime(device)));
if (ttl != Long.MAX_VALUE) {
- Deletion ttlDeletion =
- new Deletion(
+ TreeDeletionEntry ttlDeletion =
Review Comment:
Should distinguish between tree models and table models for current device.
--
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]