shuwenwei commented on code in PR #13878:
URL: https://github.com/apache/iotdb/pull/13878#discussion_r1839328890
##########
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/tablemodel/CompactionWithAllNullRowsTest.java:
##########
@@ -263,9 +263,9 @@ public void testCompactionWithAllDeletion() throws
IOException, IllegalPathExcep
writer.endFile();
}
resource1
- .getModFile()
- .write(new Deletion(new MeasurementPath(deviceID, ""), Long.MAX_VALUE,
Long.MAX_VALUE));
Review Comment:
May use TableDeletionEntry because the device is table model.
--
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]