shuwenwei commented on code in PR #13066:
URL: https://github.com/apache/iotdb/pull/13066#discussion_r1697859152


##########
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:
   Do we need to check for unseq files as well? Out-of-order files do not need 
to check for overlap between files, but a single file may still have 
errors(chunk level or page level) checked in TsFileValidationScan



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