fix(query): fix syntax error.
This commit is contained in:
parent
6671420e49
commit
fe55671253
|
@ -412,7 +412,7 @@ int32_t addTagPseudoColumnData(SReadHandle* pHandle, SExprInfo* pPseudoExpr, int
|
||||||
colDataAppendNItems(pColInfoData, 0, data, pBlock->info.rows);
|
colDataAppendNItems(pColInfoData, 0, data, pBlock->info.rows);
|
||||||
} else { // todo opt for json tag
|
} else { // todo opt for json tag
|
||||||
for (int32_t i = 0; i < pBlock->info.rows; ++i) {
|
for (int32_t i = 0; i < pBlock->info.rows; ++i) {
|
||||||
colDataAppend(pColInfoData, i, data, false));
|
colDataAppend(pColInfoData, i, data, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue