提交 26cafdea 编写于 作者: G Ganlin Zhao

fix: fix multiple diffs ouput less lines if null values present

上级 1bea5a53
...@@ -2663,7 +2663,7 @@ bool diffFunctionSetup(SqlFunctionCtx* pCtx, SResultRowEntryInfo* pResInfo) { ...@@ -2663,7 +2663,7 @@ bool diffFunctionSetup(SqlFunctionCtx* pCtx, SResultRowEntryInfo* pResInfo) {
} else { } else {
pDiffInfo->ignoreNegative = false; pDiffInfo->ignoreNegative = false;
} }
pDiffInfo->includeNull = false; pDiffInfo->includeNull = true;
pDiffInfo->firstOutput = false; pDiffInfo->firstOutput = false;
return true; return true;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册