You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2023/01/11 01:38:48 UTC

[doris] branch master updated (d857b4af1b -> 3fec5ff0f5)

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

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


    from d857b4af1b [refactor](remove row batch) remove impala rowbatch structure (#15767)
     add 3fec5ff0f5 [refactor](scan-pool) move scan pool from env to scanner scheduler (#15604)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/memtable.cpp                    |  3 +--
 be/src/olap/memtable_flush_executor.cpp     |  6 +++---
 be/src/olap/rowset/beta_rowset_writer.cpp   | 16 ++++++++--------
 be/src/olap/rowset/beta_rowset_writer.h     |  2 +-
 be/src/olap/rowset/rowset_writer.h          |  2 +-
 be/src/runtime/exec_env.h                   | 17 -----------------
 be/src/runtime/exec_env_init.cpp            | 28 ----------------------------
 be/src/runtime/fragment_mgr.cpp             |  9 ++++++++-
 be/src/runtime/query_fragments_ctx.h        |  3 ++-
 be/src/vec/exec/scan/new_es_scan_node.cpp   |  5 +++--
 be/src/vec/exec/scan/new_es_scanner.cpp     |  4 ++--
 be/src/vec/exec/scan/new_es_scanner.h       |  3 ++-
 be/src/vec/exec/scan/new_jdbc_scan_node.cpp |  5 +++--
 be/src/vec/exec/scan/new_jdbc_scanner.cpp   |  4 ++--
 be/src/vec/exec/scan/new_jdbc_scanner.h     |  2 +-
 be/src/vec/exec/scan/new_odbc_scan_node.cpp |  3 ++-
 be/src/vec/exec/scan/new_odbc_scanner.cpp   |  4 ++--
 be/src/vec/exec/scan/new_odbc_scanner.h     |  2 +-
 be/src/vec/exec/scan/new_olap_scanner.cpp   |  5 ++---
 be/src/vec/exec/scan/new_olap_scanner.h     |  1 -
 be/src/vec/exec/scan/scanner_scheduler.cpp  | 11 +++++++++++
 be/src/vec/exec/scan/scanner_scheduler.h    |  6 ++++++
 be/src/vec/exec/scan/vfile_scanner.cpp      |  3 +--
 be/src/vec/exec/scan/vfile_scanner.h        |  7 ++++---
 be/src/vec/exec/scan/vscanner.cpp           |  3 ++-
 be/src/vec/exec/scan/vscanner.h             |  6 ++++--
 be/test/runtime/test_env.cc                 |  2 --
 27 files changed, 72 insertions(+), 90 deletions(-)


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