This is an automated email from the ASF dual-hosted git repository.
caiconghui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 8b4e572 ow num is more accurate than column num in data_types (#8628)
add 6bc982c [Refactor][agent_task] Remove etl mgr and etl job pool from
be (#8635)
No new revisions were added by this update.
Summary of changes:
be/src/agent/agent_server.cpp | 42 -----
be/src/agent/agent_server.h | 6 -
be/src/runtime/CMakeLists.txt | 1 -
be/src/runtime/etl_job_mgr.cpp | 302 -----------------------------------
be/src/runtime/etl_job_mgr.h | 102 ------------
be/src/runtime/exec_env.h | 5 -
be/src/runtime/exec_env_init.cpp | 12 --
be/src/service/backend_service.h | 17 --
be/src/util/doris_metrics.h | 1 -
be/test/runtime/CMakeLists.txt | 1 -
be/test/runtime/data_stream_test.cpp | 9 --
be/test/runtime/etl_job_mgr_test.cpp | 232 ---------------------------
gensrc/thrift/BackendService.thrift | 7 -
13 files changed, 737 deletions(-)
delete mode 100644 be/src/runtime/etl_job_mgr.cpp
delete mode 100644 be/src/runtime/etl_job_mgr.h
delete mode 100644 be/test/runtime/etl_job_mgr_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]