fix bugs founded in regression test(group by failed).
This commit is contained in:
parent
3d560da28d
commit
74de94ed87
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue