This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from da945c8 Add log to track problem in small_file_mgr_test (#2951) add 839ec45 Remove llvm relative code from be/src/exec (#2955) No new revisions were added by this update. Summary of changes: be/src/exec/aggregation_node.cpp | 561 --------------------- be/src/exec/aggregation_node.h | 24 - be/src/exec/blocking_join_node.cpp | 2 - be/src/exec/blocking_join_node.h | 2 - be/src/exec/exec_node.cpp | 120 ----- be/src/exec/exec_node.h | 12 - be/src/exec/hash_join_node.cpp | 245 --------- be/src/exec/hash_join_node.h | 20 - be/src/exec/hash_table.cpp | 499 ------------------ be/src/exec/hash_table.h | 22 - be/src/exec/merge_join_node.h | 2 - be/src/exec/new_partitioned_aggregation_node.cc | 618 ----------------------- be/src/exec/new_partitioned_aggregation_node.h | 41 -- be/src/exec/new_partitioned_hash_table.cc | 644 ------------------------ be/src/exec/new_partitioned_hash_table.h | 37 -- be/src/exec/olap_scan_node.cpp | 14 - be/src/exec/partitioned_aggregation_node.cc | 478 ------------------ be/src/exec/partitioned_aggregation_node.h | 21 - be/src/exec/partitioned_hash_table.cc | 505 ------------------- be/src/exec/partitioned_hash_table.h | 23 - be/src/exec/topn_node.cpp | 7 - be/src/exec/union_node.cpp | 49 -- be/src/exec/union_node.h | 1 - 23 files changed, 3947 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org