This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-58310-branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 662c6da3a55 branch-4.0: [FIX](regression-test) Fix case
test_s3_tvf_number_range, use the right file path in HDFS #58292 (#58323)
add 8d54f539cb3 [refactor](scanner) remove scanner scheduler class since
it is already split into SimplifiedScheduler (#58310)
No new revisions were added by this update.
Summary of changes:
be/src/exec/rowid_fetcher.cpp | 4 +-
be/src/runtime/exec_env.h | 3 -
be/src/runtime/exec_env_init.cpp | 5 --
be/src/runtime/query_context.h | 8 +--
be/src/runtime/workload_group/workload_group.cpp | 8 +--
be/src/runtime/workload_group/workload_group.h | 10 ++--
be/src/service/internal_service.cpp | 4 +-
be/src/vec/exec/scan/scanner_context.cpp | 5 +-
be/src/vec/exec/scan/scanner_context.h | 9 +--
be/src/vec/exec/scan/scanner_scheduler.cpp | 22 +------
be/src/vec/exec/scan/scanner_scheduler.h | 74 ++++++++++--------------
be/test/scan/mock_scanner_scheduler.h | 30 ----------
be/test/scan/scanner_context_test.cpp | 12 +---
13 files changed, 53 insertions(+), 141 deletions(-)
delete mode 100644 be/test/scan/mock_scanner_scheduler.h
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]