diff --git a/be/src/vec/sink/vtablet_sink.cpp b/be/src/vec/sink/vtablet_sink.cpp index 025de0a0355c9f..b07ee27e0da07a 100644 --- a/be/src/vec/sink/vtablet_sink.cpp +++ b/be/src/vec/sink/vtablet_sink.cpp @@ -506,7 +506,8 @@ Status VOlapTableSink::send(RuntimeState* state, vectorized::Block* input_block) []() -> std::string { return ""; }, [&]() -> std::string { fmt::memory_buffer buf; - fmt::format_to(buf, "no partition for this tuple. tuple=[]"); + fmt::format_to(buf, "no partition for this tuple. tuple={}", + block.dump_data(i, 1)); return fmt::to_string(buf); }, &stop_processing));