kaijchen commented on code in PR #56073:
URL: https://github.com/apache/doris/pull/56073#discussion_r2362834669
##########
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:
The tuple info is very limited if we use `block->dump_one_line`.
```
detailMessage = Insert has filtered data in strict mode. first_error_msg: no
partition for this tuple. tuple=2. src line
```
--
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]