yiguolei commented on code in PR #45375: URL: https://github.com/apache/doris/pull/45375#discussion_r1904958142
########## be/src/pipeline/exec/exchange_sink_operator.cpp: ########## @@ -37,10 +37,36 @@ #include "util/uid_util.h" #include "vec/columns/column_const.h" #include "vec/exprs/vexpr.h" +#include "vec/sink/scale_writer_partitioning_exchanger.hpp" #include "vec/sink/tablet_sink_hash_partitioner.h" namespace doris::pipeline { #include "common/compile_check_begin.h" + +inline std::string get_partition_type_name(TPartitionType::type part_type) { Review Comment: 这种代码,thrift 库不是自带吗,为啥要自己写? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org