fix: trigger ci test

This commit is contained in:
shenglian zhou 2022-08-07 06:08:12 +08:00
parent 9aab55f0f5
commit be8c3628c5
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}