fix(query): fix a typo.

This commit is contained in:
Haojun Liao 2023-02-10 19:22:38 +08:00
parent a7fdc4bae3
commit 8781f31d17
1 changed files with 1 additions and 1 deletions

View File

@ -977,7 +977,7 @@ static int32_t doFilterByTagCond(STableListInfo* pListInfo, SArray* pUidList, SN
code = createResultData(&type, numOfTables, &output); code = createResultData(&type, numOfTables, &output);
if (code != TSDB_CODE_SUCCESS) { if (code != TSDB_CODE_SUCCESS) {
terrno = code k; terrno = code;
goto end; goto end;
} }