feat: add user tags comments

This commit is contained in:
shenglian zhou 2022-07-19 16:22:05 +08:00
parent e56378b7fd
commit 40d472212a
1 changed files with 3 additions and 1 deletions

View File

@ -1337,7 +1337,9 @@ void doFilter(const SNode* pFilterNode, SSDataBlock* pBlock) {
if (pFilterNode == NULL) {
return;
}
if (pBlock->info.rows == 0) {
return;
}
SFilterInfo* filter = NULL;
// todo move to the initialization function