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 e00ae81f04a [fix](prepared statement) fix protocol with TIME datatype
(#47389)
add 017f85f1ca5 [feat](scan) Adaptive scan concurrency (#44690)
No new revisions were added by this update.
Summary of changes:
be/src/exprs/runtime_filter_slots.h | 1 +
be/src/pipeline/exec/scan_operator.cpp | 21 +-
be/src/pipeline/exec/scan_operator.h | 5 +-
be/src/runtime/runtime_state.h | 14 +-
be/src/vec/exec/scan/scanner_context.cpp | 431 ++++++++++++---------
be/src/vec/exec/scan/scanner_context.h | 55 ++-
be/src/vec/exec/scan/scanner_scheduler.cpp | 16 +-
be/src/vec/exec/scan/scanner_scheduler.h | 7 +-
.../scan/simplified_scan_scheduler.cpp} | 17 +-
.../java/org/apache/doris/qe/SessionVariable.java | 29 +-
gensrc/thrift/PaloInternalService.thrift | 4 +
...ptive_pipeline_task_serial_read_on_limit.groovy | 4 +-
.../suites/query_profile/scanner_profile.groovy | 2 +-
13 files changed, 357 insertions(+), 249 deletions(-)
copy be/src/vec/{aggregate_functions/aggregate_function_max_by.cpp =>
exec/scan/simplified_scan_scheduler.cpp} (62%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]