[td-3035] <fix>: fix bug in projections query on super table with filter condition.

This commit is contained in:
Haojun Liao 2021-02-22 18:05:59 +08:00
parent 6b3fccab3c
commit 80e3ff934c
1 changed files with 2 additions and 0 deletions

View File

@ -5162,6 +5162,8 @@ static void sequentialTableProcess(SQInfo *pQInfo) {
assert(pQuery->prjInfo.vgroupLimit == -1); assert(pQuery->prjInfo.vgroupLimit == -1);
} }
setQueryStatus(pQuery, QUERY_NOT_COMPLETED);
bool hasMoreBlock = true; bool hasMoreBlock = true;
int32_t step = GET_FORWARD_DIRECTION_FACTOR(pQuery->order.order); int32_t step = GET_FORWARD_DIRECTION_FACTOR(pQuery->order.order);
SQueryCostInfo *summary = &pRuntimeEnv->summary; SQueryCostInfo *summary = &pRuntimeEnv->summary;