You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ya...@apache.org on 2021/04/15 02:53:12 UTC

[incubator-doris] branch master updated (50ffae4 -> c4cc681)

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

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


    from 50ffae4  [BUG] Fix bug that Unique/AGG key will read all key columns when there are two rowsets (#5632)
     add c4cc681  remove boost_foreach, using c++ foreach instead (#5611)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/olap_scan_node.cpp               | 173 ++++++++++++++-------------
 be/src/exec/schema_scan_node.cpp             |   1 -
 be/src/exec/schema_scanner/schema_helper.cpp |   1 -
 be/src/http/http_request.cpp                 |   1 -
 be/src/plugin/plugin_mgr.cpp                 |   6 +-
 be/src/runtime/buffered_block_mgr2.cc        |  12 +-
 be/src/runtime/buffered_tuple_stream2.cc     |   2 +-
 be/src/runtime/client_cache.cpp              |   5 +-
 be/src/runtime/data_stream_recvr.cc          |  10 +-
 be/src/runtime/disk_io_mgr.cc                |   5 +-
 be/src/runtime/disk_io_mgr.h                 |   1 -
 be/src/runtime/disk_io_mgr_reader_context.cc |   2 +-
 be/src/runtime/plan_fragment_executor.cpp    |  11 +-
 be/src/runtime/sorted_run_merger.cc          |  38 +++---
 be/src/runtime/spill_sorter.cc               |  23 ++--
 be/src/runtime/tmp_file_mgr.cc               |   6 +-
 be/src/runtime/types.cpp                     |   5 +-
 be/src/util/error_util.cc                    |   7 +-
 be/src/util/network_util.cpp                 |   3 +-
 be/src/util/runtime_profile.cpp              |  13 +-
 be/src/util/thrift_rpc_helper.cpp            |   1 -
 be/test/exec/mysql_scan_node_test.cpp        |   1 -
 be/test/exec/schema_scan_node_test.cpp       |   1 -
 be/test/runtime/buffered_block_mgr2_test.cpp |  14 ++-
 24 files changed, 174 insertions(+), 168 deletions(-)

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