[td-11818] fix compiler error.
This commit is contained in:
parent
02a50b50e0
commit
cfc83751bb
|
@ -1,5 +1,4 @@
|
|||
|
||||
#include "../../libs/scheduler/inc/schedulerInt.h"
|
||||
#include "clientInt.h"
|
||||
#include "clientLog.h"
|
||||
#include "parser.h"
|
||||
|
|
|
@ -7831,7 +7831,7 @@ static tsdbReadHandleT doCreateDataReadHandle(STableScanPhyNode* pTableScanNode,
|
|||
STableGroupInfo groupInfo = {0};
|
||||
|
||||
uint64_t uid = pTableScanNode->scan.uid;
|
||||
int32_t code = doCreateTableGroup(readerHandle, pTableScanNode->scan.tableType, uid, queryId, taskId);
|
||||
int32_t code = doCreateTableGroup(readerHandle, pTableScanNode->scan.tableType, uid, &groupInfo, queryId, taskId);
|
||||
if (code != TSDB_CODE_SUCCESS) {
|
||||
goto _error;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue