Skip to content

Commit

Permalink
optimize TsFileSequenceReader
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojialin committed Mar 31, 2020
1 parent a48a519 commit 35c6751
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -678,8 +678,7 @@ public long selfCheck(Map<Path, MeasurementSchema> newSchema,
logger.info("TsFile {} self-check cannot proceed at position {} " + "recovered, because : {}",
file, this.position(), e.getMessage());
}
// Despite the completeness of the data section, we will discard current
// FileMetadata
// Despite the completeness of the data section, we will discard current FileMetadata
// so that we can continue to write data into this tsfile.
return truncatedPosition;
}
Expand Down

0 comments on commit 35c6751

Please sign in to comment.