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

[incubator-doris] branch master updated (355df12 -> 51367ab)

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

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


    from 355df12  [Doris On ES] Support fetch  `_id` field from ES  (#3900)
     add 51367ab  [Bug] Fix bug that BE crash when doing Insert Operation (#3872)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/exec_node.cpp                          |  2 +-
 be/src/exec/tablet_sink.cpp                        |  2 +-
 be/src/runtime/buffered_block_mgr2.cc              |  2 +-
 be/src/runtime/data_spliter.cpp                    |  2 +-
 be/src/runtime/data_stream_sender.cpp              |  2 +-
 be/src/runtime/dpp_sink.cpp                        |  4 +-
 be/src/runtime/export_sink.cpp                     |  2 +-
 be/src/runtime/memory_scratch_sink.cpp             |  2 +-
 be/src/runtime/mysql_table_sink.cpp                |  2 +-
 be/src/runtime/plan_fragment_executor.cpp          | 17 ++++++--
 be/src/runtime/result_sink.cpp                     |  2 +-
 be/src/runtime/runtime_state.cpp                   |  9 ++---
 be/src/runtime/runtime_state.h                     |  6 ++-
 be/src/util/dummy_runtime_profile.h                |  2 +-
 be/src/util/runtime_profile.cpp                    | 46 ++--------------------
 be/src/util/runtime_profile.h                      | 17 +-------
 be/test/exec/plain_text_line_reader_bzip_test.cpp  |  3 +-
 be/test/exec/plain_text_line_reader_gzip_test.cpp  |  3 +-
 .../exec/plain_text_line_reader_lz4frame_test.cpp  |  3 +-
 be/test/exec/plain_text_line_reader_lzop_test.cpp  |  3 +-
 .../plain_text_line_reader_uncompressed_test.cpp   |  3 +-
 be/test/runtime/buffered_tuple_stream_test.cpp     |  2 +-
 be/test/runtime/data_stream_test.cpp               |  2 +-
 be/test/runtime/sorter_test.cpp                    |  7 +---
 .../main/java/org/apache/doris/qe/Coordinator.java | 39 +++++++++++++++++-
 25 files changed, 84 insertions(+), 100 deletions(-)


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