From 74de94ed87432a13f1efb8a7c407674c083da44b Mon Sep 17 00:00:00 2001 From: hjxilinx Date: Thu, 27 Feb 2020 18:42:33 +0800 Subject: [PATCH] fix bugs founded in regression test(group by failed). --- src/system/detail/src/vnodeQueryImpl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/system/detail/src/vnodeQueryImpl.c b/src/system/detail/src/vnodeQueryImpl.c index 1421a295f3..efda4aace2 100644 --- a/src/system/detail/src/vnodeQueryImpl.c +++ b/src/system/detail/src/vnodeQueryImpl.c @@ -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) {