未验证 提交 cf0679a4 编写于 作者: M Minglei Jin 提交者: GitHub

Merge pull request #10248 from taosdata/fix/TS-1186-d

[TS-1186]<fix>(query): fix tbname crash with interp
......@@ -6388,6 +6388,7 @@ static bool doEveryInterpolation(SOperatorInfo* pOperatorInfo, SSDataBlock* pBlo
for (int32_t i = 1; i < pOperatorInfo->numOfOutput; ++i) {
assert(pEveryInfo->binfo.pCtx[i].functionId == TSDB_FUNC_INTERP
|| pEveryInfo->binfo.pCtx[i].functionId == TSDB_FUNC_TS_DUMMY
|| pEveryInfo->binfo.pCtx[i].functionId == TSDB_FUNC_TAG
|| pEveryInfo->binfo.pCtx[i].functionId == TSDB_FUNC_TAG_DUMMY);
if (pEveryInfo->binfo.pCtx[i].functionId == TSDB_FUNC_INTERP) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册