提交 be8c3628 编写于 作者: S shenglian zhou

fix: trigger ci test

上级 9aab55f0
......@@ -1453,7 +1453,8 @@ static void doUpdateNumOfRows(SqlFunctionCtx* pCtx, SResultRow* pRow, int32_t nu
returnNotNull = true;
}
}
// TODO: if all expr skips all blocks, e.g. all null inputs for max function, output one row in final result.
// if all expr skips all blocks, e.g. all null inputs for max function, output one row in final result.
// except for first/last, which require not null output, output no rows
if (pRow->numOfRows == 0 && !returnNotNull) {
pRow->numOfRows = 1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册