fix:conflicts from 3.0

This commit is contained in:
wangmm0220 2022-08-25 17:36:00 +08:00
parent 6b61d3c23b
commit cb4969513c
1 changed files with 1 additions and 1 deletions

View File

@ -1672,7 +1672,7 @@ static SSDataBlock* doRawScan(SOperatorInfo* pOperator) {
return NULL;
}
static void destroyRawScanOperatorInfo(void* param, int32_t numOfOutput) {
static void destroyRawScanOperatorInfo(void* param) {
SStreamRawScanInfo* pRawScan = (SStreamRawScanInfo*)param;
tsdbReaderClose(pRawScan->dataReader);
destroySnapContext(pRawScan->sContext);