other:merge 3.0

This commit is contained in:
Haojun Liao 2022-09-20 14:39:43 +08:00
parent af36cb37e6
commit 1f53ee8bc2
1 changed files with 1 additions and 1 deletions

View File

@ -1160,7 +1160,7 @@ void doFilter(const SNode* pFilterNode, SSDataBlock* pBlock, const SArray* pColM
int64_t st4 = taosGetTimestampUs(); int64_t st4 = taosGetTimestampUs();
pError("extract result filter, el: %d us, rows:%d", st4 - st3, pBlock->info.rows); pError("extract result filter, el: %d us, rows:%d, status:%d", st4 - st3, pBlock->info.rows, status);
if (pColMatchInfo != NULL) { if (pColMatchInfo != NULL) {
for (int32_t i = 0; i < taosArrayGetSize(pColMatchInfo); ++i) { for (int32_t i = 0; i < taosArrayGetSize(pColMatchInfo); ++i) {