提交 a1d3492d 编写于 作者: A Alex Duan

feat(query): fix build error

上级 f1181384
...@@ -372,7 +372,7 @@ int32_t qDumpRetrieveResult(qinfo_t qinfo, SRetrieveTableRsp **pRsp, int32_t *co ...@@ -372,7 +372,7 @@ int32_t qDumpRetrieveResult(qinfo_t qinfo, SRetrieveTableRsp **pRsp, int32_t *co
int32_t s = GET_NUM_OF_RESULTS(pRuntimeEnv); int32_t s = GET_NUM_OF_RESULTS(pRuntimeEnv);
if (s == 0 && tsAggAlways) { if (s == 0 && tsAggAlways) {
if (qFitAlwaryValue(pQInfo)) if (qFitAlwaysValue(pQInfo))
s = 1; s = 1;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册