提交 32590cb8 编写于 作者: H Haojun Liao

[td-3662]fix compiler error.

上级 272494d1
......@@ -298,7 +298,7 @@ int32_t tscGetTopbotQueryParam(SQueryInfo* pQueryInfo) {
int32_t functionId = pExpr->functionId;
if (functionId == TSDB_FUNC_TOP || functionId == TSDB_FUNC_BOTTOM) {
return pExpr->param[0].i64;
return (int32_t) pExpr->param[0].i64;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册