提交 7809f504 编写于 作者: A Alex Duan

build warning

上级 bfc38ef5
...@@ -10041,7 +10041,7 @@ void freeQueryAttr(SQueryAttr* pQueryAttr) { ...@@ -10041,7 +10041,7 @@ void freeQueryAttr(SQueryAttr* pQueryAttr) {
// add table read rows count. pHashTables must not be NULL // add table read rows count. pHashTables must not be NULL
void addTableReadRows(SQueryRuntimeEnv* pEnv, int32_t tid, int32_t rows) { void addTableReadRows(SQueryRuntimeEnv* pEnv, int32_t tid, int32_t rows) {
SHashObj* pHashObj = pEnv->pTablesRead; SHashObj* pHashObj = pEnv->pTablesRead;
int32_t limit = (int64_t)pEnv->pQueryAttr->limit.limit; int32_t limit = (int32_t)pEnv->pQueryAttr->limit.limit;
if (pHashObj == NULL) { if (pHashObj == NULL) {
return ; return ;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册