This is an automated email from the ASF dual-hosted git repository.
gabriellee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 118ce9cb16 [Enhance](ComputeNode) change logic of
BeSelectionPolicy.getCandidateBackends (#16737)
add 0bb6005143 [Improvement](thrift) optimize thrift messages (#16383)
No new revisions were added by this update.
Summary of changes:
be/src/exec/data_sink.cpp | 141 ++++
be/src/exec/data_sink.h | 7 +
be/src/pipeline/pipeline_fragment_context.cpp | 174 ++++-
be/src/pipeline/pipeline_fragment_context.h | 12 +-
be/src/pipeline/task_scheduler.cpp | 2 +-
be/src/runtime/fragment_mgr.cpp | 231 +++++-
be/src/runtime/fragment_mgr.h | 12 +
be/src/runtime/runtime_filter_mgr.cpp | 31 +
be/src/runtime/runtime_filter_mgr.h | 4 +
be/src/runtime/runtime_state.cpp | 27 +
be/src/runtime/runtime_state.h | 4 +
be/src/service/internal_service.cpp | 12 +
.../org/apache/doris/catalog/ScalarFunction.java | 17 +-
.../apache/doris/common/util/VectorizedUtil.java | 9 +
.../main/java/org/apache/doris/qe/Coordinator.java | 772 +++++++++++++++++++--
.../java/org/apache/doris/qe/SessionVariable.java | 8 +
.../org/apache/doris/rpc/BackendServiceProxy.java | 33 +
gensrc/proto/internal_service.proto | 1 +
gensrc/thrift/FrontendService.thrift | 2 +
gensrc/thrift/PaloInternalService.thrift | 42 ++
20 files changed, 1449 insertions(+), 92 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]