You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ka...@apache.org on 2020/06/13 02:19:15 UTC

[incubator-doris] branch master updated (88a5429 -> dac156b)

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

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


    from 88a5429  [FE] Add db&tbl info in broker load log (#3837)
     add dac156b  [Spill To Disk] Analytic_Eval_Node Support Spill Disk and Del Some Unless Code (#3820)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/analytic_eval_node.cpp                 |  28 +-
 be/src/exec/analytic_eval_node.h                   |   9 +-
 be/src/exec/exchange_node.cpp                      |   2 +-
 be/src/runtime/CMakeLists.txt                      |   4 -
 be/src/runtime/buffered_block_mgr.cpp              |  94 ---
 be/src/runtime/buffered_block_mgr.h                | 170 ------
 be/src/runtime/buffered_block_mgr2.cc              |  17 +-
 be/src/runtime/buffered_block_mgr2.h               |   4 +-
 be/src/runtime/buffered_tuple_stream.cpp           | 492 ---------------
 be/src/runtime/buffered_tuple_stream.h             | 431 -------------
 be/src/runtime/buffered_tuple_stream_ir.cpp        | 141 -----
 be/src/runtime/data_stream_recvr.cc                |  13 +-
 be/src/runtime/data_stream_recvr.h                 |   2 +-
 be/src/runtime/merge_sorter.cpp                    | 669 ---------------------
 be/src/runtime/merge_sorter.h                      | 166 -----
 be/src/runtime/runtime_state.cpp                   |   5 -
 be/src/runtime/runtime_state.h                     |  13 +-
 .../java/org/apache/doris/qe/SessionVariable.java  |   1 +
 gensrc/thrift/PaloInternalService.thrift           |   2 +
 19 files changed, 52 insertions(+), 2211 deletions(-)
 delete mode 100644 be/src/runtime/buffered_block_mgr.cpp
 delete mode 100644 be/src/runtime/buffered_block_mgr.h
 delete mode 100644 be/src/runtime/buffered_tuple_stream.cpp
 delete mode 100644 be/src/runtime/buffered_tuple_stream.h
 delete mode 100644 be/src/runtime/buffered_tuple_stream_ir.cpp
 delete mode 100644 be/src/runtime/merge_sorter.cpp
 delete mode 100644 be/src/runtime/merge_sorter.h


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