提交 7f47840d 编写于 作者: H Haojun Liao

refactor:disable some logs.

上级 1f53ee8b
...@@ -1126,7 +1126,7 @@ void doFilter(const SNode* pFilterNode, SSDataBlock* pBlock, const SArray* pColM ...@@ -1126,7 +1126,7 @@ void doFilter(const SNode* pFilterNode, SSDataBlock* pBlock, const SArray* pColM
int64_t st = taosGetTimestampUs(); int64_t st = taosGetTimestampUs();
pError("start filter"); // pError("start filter");
// todo move to the initialization function // todo move to the initialization function
int32_t code = 0; int32_t code = 0;
...@@ -1160,7 +1160,7 @@ void doFilter(const SNode* pFilterNode, SSDataBlock* pBlock, const SArray* pColM ...@@ -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, status:%d", st4 - st3, pBlock->info.rows, status); // 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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册