You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by li...@apache.org on 2022/12/30 01:56:40 UTC

[doris] branch master updated (2c8de30cce -> 10be583e52)

This is an automated email from the ASF dual-hosted git repository.

lihaopeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 2c8de30cce [optimize](multi-catalog) use dictionary encode&filter to process delete files (#15441)
     add 10be583e52 [chore](pipeline) optimize profile information (#15433)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/exec/aggregation_source_operator.h |  2 +-
 be/src/pipeline/exec/assert_num_rows_operator.h    |  2 +-
 be/src/pipeline/exec/const_value_operator.h        |  2 +-
 be/src/pipeline/exec/hashjoin_probe_operator.h     |  2 +-
 be/src/pipeline/exec/operator.h                    | 12 +++---------
 be/src/pipeline/exec/set_probe_sink_operator.h     |  2 +-
 be/src/pipeline/exec/set_sink_operator.h           |  2 +-
 be/src/pipeline/exec/set_source_operator.h         |  2 +-
 be/src/pipeline/exec/union_sink_operator.cpp       |  2 +-
 be/src/pipeline/exec/union_source_operator.cpp     |  2 +-
 be/src/pipeline/pipeline_fragment_context.cpp      | 13 ++++++-------
 be/src/pipeline/pipeline_task.cpp                  | 17 ++++++++++-------
 be/src/pipeline/pipeline_task.h                    |  2 ++
 be/src/vec/exec/join/vhash_join_node.cpp           |  5 +++--
 be/src/vec/exec/vexchange_node.cpp                 |  1 +
 be/src/vec/exec/vrepeat_node.cpp                   |  2 --
 be/src/vec/exec/vselect_node.cpp                   |  1 -
 be/src/vec/runtime/vdata_stream_recvr.h            |  1 +
 18 files changed, 35 insertions(+), 37 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org