“1543c4cf6ab2df8ec4e8f5b526674294ef3ec56d”上不存在“paddle/fluid/inference/api/paddle_anakin_config.h”
未验证 提交 009a5385 编写于 作者: M Minglei Jin 提交者: GitHub

Merge pull request #10247 from taosdata/fix/TS-1186

[TS-1186]<fix>(query): fix tbname crash with interp
......@@ -6387,6 +6387,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.
先完成此消息的编辑!
想要评论请 注册