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 e516726d7ef [opt](docker compose) Support get core dump file from
docker compose (#54913)
add 09804ba6a1e [refactor](be) adjust prepare and init method sequence and
fix scanner init error will core (#54923)
No new revisions were added by this update.
Summary of changes:
be/src/pipeline/exec/es_scan_operator.cpp | 2 +-
be/src/pipeline/exec/file_scan_operator.cpp | 2 +-
be/src/pipeline/exec/jdbc_scan_operator.cpp | 2 +-
be/src/pipeline/exec/meta_scan_operator.cpp | 2 +-
be/src/pipeline/exec/olap_scan_operator.cpp | 4 ++--
be/src/vec/exec/scan/es_scanner.cpp | 17 ++++++-----------
be/src/vec/exec/scan/es_scanner.h | 2 +-
be/src/vec/exec/scan/file_scanner.cpp | 4 ++--
be/src/vec/exec/scan/file_scanner.h | 2 +-
be/src/vec/exec/scan/jdbc_scanner.cpp | 21 ++++++++-------------
be/src/vec/exec/scan/jdbc_scanner.h | 2 +-
be/src/vec/exec/scan/meta_scanner.cpp | 6 +++---
be/src/vec/exec/scan/meta_scanner.h | 2 +-
be/src/vec/exec/scan/olap_scanner.cpp | 6 +++---
be/src/vec/exec/scan/olap_scanner.h | 2 +-
be/src/vec/exec/scan/scanner.cpp | 5 +++--
be/src/vec/exec/scan/scanner.h | 14 ++++++++------
be/src/vec/exec/scan/scanner_scheduler.cpp | 13 ++++++++-----
be/test/olap/wal/wal_manager_test.cpp | 2 +-
be/test/vec/exec/vfile_scanner_exception_test.cpp | 2 +-
20 files changed, 54 insertions(+), 58 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]