use PRINT_VECTORIZED_ROWS macro for vectorization output

This commit is contained in:
obdev
2023-03-23 04:45:08 +00:00
committed by ob-robot
parent b4fc7d1c5f
commit 57f09e1588
3 changed files with 8 additions and 6 deletions

View File

@ -527,9 +527,9 @@ int ObDASScanOp::fill_task_result(ObIDASTaskResult &task_result, bool &has_more,
has_more = true;
}
if (OB_SUCC(ret) && has_more) {
LOG_DEBUG("try fill task result", K(simulate_row_cnt),
K(datum_store.get_row_cnt()), K(has_more),
"output_row", ROWEXPR2STR(eval_ctx, result_output));
PRINT_VECTORIZED_ROWS(SQL, DEBUG, eval_ctx, result_output, remain_row_cnt_,
K(simulate_row_cnt), K(datum_store.get_row_cnt()),
K(has_more));
}
}
}