bugfix:47135989, 46585920, 47168819

This commit is contained in:
obdev
2023-02-09 16:57:24 +00:00
committed by ob-robot
parent 1ba15d49c9
commit 04d543b90c
3 changed files with 13 additions and 3 deletions

View File

@ -955,7 +955,7 @@ int ObRawExprPrinter::print_ora_json_arrayagg(ObAggFunRawExpr *expr)
}
// on null
if (OB_SUCC(ret)
&& static_cast<ObConstRawExpr *>(expr->get_param_expr(2))->get_value().get_int() == 1) {
&& static_cast<ObConstRawExpr *>(expr->get_param_expr(2))->get_value().get_int() == 2) {
DATA_PRINTF(" null on null");
}
// returning