You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zh...@apache.org on 2020/02/25 05:47:30 UTC

[incubator-doris] branch master updated (099e0f7 -> a340bc7)

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 099e0f7  Remove unused LLVM related codes of directory:be/src/exprs (#2910) (#2972)
     add a340bc7  Remove unused LLVM related codes of directory:be/src/runtime (#2910) (#2985)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/aggregation_node.cpp                |   1 -
 be/src/exec/exec_node.cpp                       |   1 -
 be/src/exec/hash_table.cpp                      |   2 -
 be/src/exec/new_partitioned_aggregation_node.cc |   1 -
 be/src/exprs/arithmetic_expr.cpp                |   1 -
 be/src/exprs/binary_predicate.cpp               |   1 -
 be/src/exprs/case_expr.cpp                      |   1 -
 be/src/exprs/cast_expr.cpp                      |   1 -
 be/src/exprs/compound_predicate.cpp             |   1 -
 be/src/exprs/expr.cpp                           |   1 -
 be/src/exprs/literal.cpp                        |   1 -
 be/src/exprs/null_literal.cpp                   |   1 -
 be/src/exprs/slot_ref.cpp                       |   1 -
 be/src/runtime/decimalv2_value.cpp              |   2 -
 be/src/runtime/decimalv2_value.h                |   3 -
 be/src/runtime/descriptors.cpp                  | 181 +-----------------------
 be/src/runtime/descriptors.h                    |  41 ------
 be/src/runtime/mem_pool.cpp                     |   1 -
 be/src/runtime/mem_pool.h                       |   4 -
 be/src/runtime/plan_fragment_executor.cpp       |  35 -----
 be/src/runtime/plan_fragment_executor.h         |   8 --
 be/src/runtime/runtime_state.cpp                |  27 ----
 be/src/runtime/runtime_state.h                  |  26 ----
 be/src/runtime/tuple.cpp                        |   2 -
 be/src/runtime/tuple.h                          |   3 -
 be/src/runtime/tuple_row.cpp                    |   1 -
 be/src/runtime/tuple_row.h                      |   4 -
 be/test/runtime/data_stream_test.cpp            |   2 -
 28 files changed, 4 insertions(+), 350 deletions(-)


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