jt2594838 commented on code in PR #13066:
URL: https://github.com/apache/iotdb/pull/13066#discussion_r1698100336
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/tools/validate/TsFileValidationTool.java:
##########
@@ -189,351 +160,10 @@ public static void main(String[] args) throws
IOException {
public static void findUncorrectFiles(List<File> tsFiles) {
Review Comment:
Added a parameter `ignoreFileOverlap(-if)`.
When it is true, at the end of the scan of each file, the context maps will
be cleared so that overlap between files will not be detected.
--
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]