提交 9b3d7aa4 编写于 作者: H Haojun Liao

fix(query): remove a false assert.

上级 cdc2002e
......@@ -1446,11 +1446,6 @@ int32_t diffFunction(SqlFunctionCtx* pCtx) {
// initial value is not set yet
if (numOfElems <= 0) {
/*
* 1. current block and blocks before are full of null
* 2. current block may be null value
*/
assert(pCtx->hasNull);
return 0;
} else {
return (isFirstBlock) ? numOfElems - 1 : numOfElems;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册