fix: typo error

This commit is contained in:
slzhou 2023-12-04 16:19:07 +08:00
parent a517271f39
commit 8c290587b7
1 changed files with 1 additions and 1 deletions

View File

@ -2517,7 +2517,7 @@ static void prepareDurationForNextFileSet(STsdbReader* pReader) {
resetTableListIndex(&pReader->status);
}
if (!pReader->status.bProcMemFirstFileset) {
if (!pReader->status.bProcMemPreFileset) {
if (pReader->notifyFn) {
STsdReaderNotifyInfo info = {0};
info.duration.fileSetId = fid;