liaoxin01 commented on code in PR #56073:
URL: https://github.com/apache/doris/pull/56073#discussion_r2361515559
##########
be/src/pipeline/exec/group_commit_block_sink_operator.cpp:
##########
@@ -361,8 +361,8 @@ Status GroupCommitBlockSinkOperatorX::sink(RuntimeState*
state, vectorized::Bloc
[]() -> std::string { return ""; },
[&]() -> std::string {
fmt::memory_buffer buf;
- fmt::format_to(buf, "no partition for this tuple.
tuple=\n{}",
- block->dump_data(row_index, 1));
+ fmt::format_to(buf, "no partition for this tuple.
tuple={}",
+ block->dump_data_json(row_index,
1));
Review Comment:
using `block->dump_one_line` is ok?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]