jt2594838 commented on code in PR #14649:
URL: https://github.com/apache/iotdb/pull/14649#discussion_r1912952434
##########
iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/repair/RepairDataFileScanUtilTest.java:
##########
@@ -54,6 +55,14 @@ public void tearDown() throws IOException,
StorageEngineException {
super.tearDown();
}
+ @Test
+ public void test1() {
+ File file = new
File("/Users/shuww/Downloads/0110/1736421231920-1974-0-0.tsfile");
+ TsFileResource resource = new TsFileResource(file);
+ RepairDataFileScanUtil scanUtil = new RepairDataFileScanUtil(resource,
true);
+ scanUtil.scanTsFile(false);
+ }
Review Comment:
Check this
--
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]