fix(tsdb): fix syntax error.

This commit is contained in:
Haojun Liao 2023-12-13 17:01:55 +08:00
parent 840b457308
commit 88a8e4e9f0
1 changed files with 1 additions and 1 deletions

View File

@ -2158,7 +2158,7 @@ static bool initSttBlockReader(SSttBlockReader* pSttBlockReader, STableBlockScan
return hasData;
}
static bool hasDataInSttBlock(STableBlockScanInfo *pInfo, SSttBlockReader* pSttBlockReader) {
static bool hasDataInSttBlock(STableBlockScanInfo *pInfo) {
return pInfo->sttKeyInfo.status == STT_FILE_HAS_DATA;
}