提交 10b3e4d8 编写于 作者: H Haojun Liao

[td-255] fix compiler error.

上级 78707632
...@@ -1016,7 +1016,7 @@ static void ensureOutputBuf(SSLimitOperatorInfo * pInfo, SSDataBlock *pResultBlo ...@@ -1016,7 +1016,7 @@ static void ensureOutputBuf(SSLimitOperatorInfo * pInfo, SSDataBlock *pResultBlo
} }
pInfo->capacity = total; pInfo->capacity = total;
pInfo->threshold = total * 0.8; pInfo->threshold = (int64_t)(total * 0.8);
} }
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册