fix(query): disable some warnings.

This commit is contained in:
Haojun Liao 2023-01-16 19:17:37 +08:00
parent abc8c0fda1
commit f69e8509c3
1 changed files with 1 additions and 1 deletions

View File

@ -963,7 +963,7 @@ static int32_t optimizeTbnameInCondImpl(void* metaHandle, int64_t suid, SArray*
return -1; return -1;
} }
} else { } else {
qWarn("failed to get tableIds from by table name: %s, reason: %s", name, tstrerror(terrno)); // qWarn("failed to get tableIds from by table name: %s, reason: %s", name, tstrerror(terrno));
terrno = 0; terrno = 0;
} }
} }