fix parent_namespace_stmt_ bug for direct nested view, remove some debug log may may print null pointer

This commit is contained in:
obdev
2022-11-30 14:08:11 +00:00
committed by ob-robot
parent 6246d0b7d4
commit 1e012e6ae4
2 changed files with 1 additions and 1 deletions

View File

@ -3180,7 +3180,6 @@ int ObAggregateProcessor::collect_aggr_result(
if (ret == OB_ITER_END && 0 == not_null_start_loc) {
ret = OB_SUCCESS;
result.set_null();
LOG_DEBUG("result is null", K(*storted_row), K(row_cnt));
} else if (OB_FAIL(ret)) {
LOG_WARN("failed to get dest loc row", K(ret), K(dest_loc), K(row_cnt));
} else if (OB_FAIL(prev_row.save_store_row(*storted_row))) {