refactor: remove unnecessary check.

This commit is contained in:
Haojun Liao 2022-06-10 23:58:17 +08:00
parent 63269c19de
commit 516750bd42
1 changed files with 1 additions and 3 deletions

View File

@ -1885,10 +1885,8 @@ void extractQualifiedTupleByFilterResult(SSDataBlock* pBlock, const int8_t* rowR
}
// write back
if (pBlock->info.rows > 0) {
colDataAssign(pSrc, pDst, pBlock->info.rows);
}
}
blockDataDestroy(px); // fix memory leak
} else {
// do nothing