Unify the print method of TUniqueId (#487)
This commit is contained in:
@ -31,6 +31,7 @@
|
||||
#include "runtime/dpp_sink.h"
|
||||
#include "runtime/load_path_mgr.h"
|
||||
#include "runtime/mem_tracker.h"
|
||||
#include "util/uid_util.h"
|
||||
#include "util/runtime_profile.h"
|
||||
#include "util/file_utils.h"
|
||||
#include "gen_cpp/DataSinks_types.h"
|
||||
@ -86,7 +87,7 @@ Status DataSpliter::from_thrift(
|
||||
|
||||
Status DataSpliter::prepare(RuntimeState* state) {
|
||||
std::stringstream title;
|
||||
title << "DataSplitSink (dst_id=" << state->fragment_instance_id() << ")";
|
||||
title << "DataSplitSink (dst_fragment_instance_id=" << print_id(state->fragment_instance_id()) << ")";
|
||||
RETURN_IF_ERROR(DataSink::prepare(state));
|
||||
RETURN_IF_ERROR(Expr::prepare(
|
||||
_partition_expr_ctxs, state, _row_desc, _expr_mem_tracker.get()));
|
||||
|
||||
Reference in New Issue
Block a user