This commit is contained in:
dapan1121 2021-02-05 09:27:10 +08:00
parent f526932ad4
commit fd6f387ec8
1 changed files with 0 additions and 1 deletions

View File

@ -688,7 +688,6 @@ static char *doSerializeTableInfo(SQueryTableMsg* pQueryMsg, SSqlObj *pSql, char
}
int tscBuildQueryMsg(SSqlObj *pSql, SSqlInfo *pInfo) {
return TSDB_CODE_TSC_INVALID_SQL;
SSqlCmd *pCmd = &pSql->cmd;
int32_t size = tscEstimateQueryMsgSize(pSql, pCmd->clauseIndex);