提交 13974db5 编写于 作者: A Alex Duan

[TS-802]<fix>(query): adjust commit format to pass case check

上级 e7167dbf
......@@ -1808,7 +1808,7 @@ static bool functionNeedToExecute(SQueryRuntimeEnv *pRuntimeEnv, SQLFunctionCtx
}
if (functionId == TSDB_FUNC_FIRST_DST || functionId == TSDB_FUNC_FIRST) {
// if param[2] is set value, input data come from client, order is no relation with pQueryAttr->order , so always return true
// if param[2] is set value, input data come from client, order is no relation with pQueryAttr->order, so always return true
if(pCtx->param[2].nType == TSDB_DATA_TYPE_INT)
return true;
return QUERY_IS_ASC_QUERY(pQueryAttr);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册