fix bugs founded in regression test(group by failed).

This commit is contained in:
hjxilinx 2020-02-27 18:42:33 +08:00
parent 3d560da28d
commit 74de94ed87
1 changed files with 0 additions and 1 deletions

View File

@ -5873,7 +5873,6 @@ static void doDisableFunctsForSupplementaryScan(SQuery *pQuery, SWindowResInfo *
void disableFunctForTableSuppleScan(SQueryRuntimeEnv *pRuntimeEnv, int32_t order) {
SQuery *pQuery = pRuntimeEnv->pQuery;
assert(!pRuntimeEnv->stableQuery);
// group by normal columns and interval query on normal table
for (int32_t i = 0; i < pQuery->numOfOutputCols; ++i) {