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 08:25:39 UTC

[incubator-doris] branch master updated (c08d6e4 -> 5a8fcd2)

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 c08d6e4  [tablet meta] Do some refactor on TabletMeta (#3136)
     add 5a8fcd2  [CodeStyle] Delete obsolete code of partition_aggregation_node and partitioned_hash_table (#3162)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/CMakeLists.txt                     |    4 -
 be/src/exec/exec_node.cpp                      |    5 +-
 be/src/exec/partitioned_aggregation_node.cc    | 1093 ------------------------
 be/src/exec/partitioned_aggregation_node.h     |  461 ----------
 be/src/exec/partitioned_aggregation_node_ir.cc |  143 ----
 be/src/exec/partitioned_hash_table.cc          |  440 ----------
 be/src/exec/partitioned_hash_table.h           |  673 ---------------
 be/src/exec/partitioned_hash_table.inline.h    |  379 --------
 be/src/exec/partitioned_hash_table_ir.cc       |   29 -
 be/test/exec/partitioned_hash_table_test.cpp   |  606 -------------
 10 files changed, 1 insertion(+), 3832 deletions(-)
 delete mode 100644 be/src/exec/partitioned_aggregation_node.cc
 delete mode 100644 be/src/exec/partitioned_aggregation_node.h
 delete mode 100644 be/src/exec/partitioned_aggregation_node_ir.cc
 delete mode 100644 be/src/exec/partitioned_hash_table.cc
 delete mode 100644 be/src/exec/partitioned_hash_table.h
 delete mode 100644 be/src/exec/partitioned_hash_table.inline.h
 delete mode 100644 be/src/exec/partitioned_hash_table_ir.cc
 delete mode 100644 be/test/exec/partitioned_hash_table_test.cpp


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