diff --git a/source/client/src/clientImpl.c b/source/client/src/clientImpl.c index 63da5862d3..609ffb57ae 100644 --- a/source/client/src/clientImpl.c +++ b/source/client/src/clientImpl.c @@ -1,5 +1,4 @@ -#include "../../libs/scheduler/inc/schedulerInt.h" #include "clientInt.h" #include "clientLog.h" #include "parser.h" diff --git a/source/libs/executor/src/executorimpl.c b/source/libs/executor/src/executorimpl.c index 572da6a32c..5797837772 100644 --- a/source/libs/executor/src/executorimpl.c +++ b/source/libs/executor/src/executorimpl.c @@ -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; }