fix: compilation error

This commit is contained in:
slzhou 2024-01-24 11:13:37 +08:00
parent 033ebb5fa5
commit 4484e99e6c
1 changed files with 1 additions and 1 deletions

View File

@ -3700,7 +3700,7 @@ SSDataBlock* doTableMergeScanSubTables(SOperatorInfo* pOperator) {
return pBlock;
} else {
// Data of this group are all dumped, let's try the next group
stopSubTablesTableMergeScan(pOperator);
stopSubTablesTableMergeScan(pInfo);
if (pInfo->tableEndIndex >= tableListSize - 1) {
setOperatorCompleted(pOperator);
break;