[td-3035] <fix>: fix bug in projections query on super table with filter condition.
This commit is contained in:
parent
6b3fccab3c
commit
80e3ff934c
|
@ -5162,6 +5162,8 @@ static void sequentialTableProcess(SQInfo *pQInfo) {
|
|||
assert(pQuery->prjInfo.vgroupLimit == -1);
|
||||
}
|
||||
|
||||
setQueryStatus(pQuery, QUERY_NOT_COMPLETED);
|
||||
|
||||
bool hasMoreBlock = true;
|
||||
int32_t step = GET_FORWARD_DIRECTION_FACTOR(pQuery->order.order);
|
||||
SQueryCostInfo *summary = &pRuntimeEnv->summary;
|
||||
|
|
Loading…
Reference in New Issue