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

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


    from 144c9fc1b6e [Fix](hive-writer) Fix partition column orders issue when 
the partition fields inserted into the target table are inconsistent with the 
field order of the query source table and the schema field order of the query 
source table. (#35347)
     add 78a2ee22b8d [improvement](pipeline) Use hash shuffle local exchange if 
no require… (#35454)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/exec/aggregation_sink_operator.cpp        |  6 ++----
 be/src/pipeline/exec/analytic_sink_operator.cpp           |  6 ++++--
 be/src/pipeline/exec/analytic_sink_operator.h             |  2 +-
 .../exec/distinct_streaming_aggregation_operator.cpp      |  6 ++++--
 .../exec/distinct_streaming_aggregation_operator.h        |  2 +-
 be/src/pipeline/exec/hashjoin_build_sink.h                |  4 ++++
 be/src/pipeline/exec/hashjoin_probe_operator.h            |  4 ++++
 be/src/pipeline/exec/operator.h                           |  3 ++-
 .../pipeline/exec/partitioned_hash_join_probe_operator.h  |  3 +++
 .../pipeline/exec/partitioned_hash_join_sink_operator.h   |  4 ++++
 be/src/pipeline/exec/sort_sink_operator.cpp               |  6 ++++--
 be/src/pipeline/exec/sort_sink_operator.h                 |  2 +-
 be/src/pipeline/exec/spill_sort_sink_operator.cpp         |  6 ++++--
 be/src/pipeline/exec/spill_sort_sink_operator.h           |  2 +-
 be/src/pipeline/pipeline_fragment_context.cpp             | 15 ++++++++++-----
 be/src/pipeline/pipeline_task.cpp                         |  3 ---
 be/src/pipeline/pipeline_task.h                           |  3 ---
 17 files changed, 49 insertions(+), 28 deletions(-)


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

Reply via email to