fix adjust_subquery_list bug

This commit is contained in:
obdev
2022-12-08 08:09:04 +00:00
committed by ob-robot
parent 20da72c3ab
commit 75c6144a73
2 changed files with 16 additions and 4 deletions

View File

@ -2832,7 +2832,6 @@ int ObAggregateFunction::get_result(ObNewRow &row, const common::ObTimeZoneInfo
}
}
}
LOG_DEBUG("get result row", K(row));
return ret;
}