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 2020/03/20 03:34:11 UTC

[incubator-doris] branch master updated (f0db927 -> dae013d)

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

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


    from f0db927  [Performance] Improve performence of hash join in some case (#3148)
     add dae013d  [CodeStyle] Del obsolete code of partition_aggregation_node (#3154)

No new revisions were added by this update.

Summary of changes:
 be/src/common/config.h                             |    3 +-
 be/src/exec/CMakeLists.txt                         |    6 +-
 be/src/exec/exec_node.cpp                          |    3 -
 be/src/exec/new_partitioned_aggregation_node.cc    | 1459 -------------
 be/src/exec/new_partitioned_aggregation_node.h     |  702 -------
 be/src/exec/new_partitioned_aggregation_node_ir.cc |  251 ---
 be/src/exec/partitioned_aggregation_node.cc        | 2218 ++++++++++++--------
 be/src/exec/partitioned_aggregation_node.h         | 1085 ++++++----
 be/src/exec/partitioned_aggregation_node_ir.cc     |  300 ++-
 be/src/runtime/row_batch.cpp                       |   12 +-
 10 files changed, 2168 insertions(+), 3871 deletions(-)
 delete mode 100644 be/src/exec/new_partitioned_aggregation_node.cc
 delete mode 100644 be/src/exec/new_partitioned_aggregation_node.h
 delete mode 100644 be/src/exec/new_partitioned_aggregation_node_ir.cc


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