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 a447121fc3 [fix](scanner scheduler) fix coredump of 
ScannerScheduler::_scanner_scan (#15199)
     add af54299b26 [Pipeline](projection) Support projection on pipeline 
engine (#15220)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/exec_node.cpp                       |  8 +++++---
 be/src/exec/exec_node.h                         |  4 +++-
 be/src/pipeline/exec/operator.h                 |  5 ++++-
 be/src/runtime/plan_fragment_executor.cpp       |  7 ++++++-
 be/src/vec/common/sort/sorter.cpp               |  4 +++-
 be/src/vec/exec/join/vhash_join_node.cpp        | 25 +++++++++++++++++++++----
 be/src/vec/exec/join/vnested_loop_join_node.cpp | 17 ++++++++++++++---
 be/src/vec/exec/vaggregation_node.cpp           | 18 +++++++++++++++---
 be/src/vec/exec/vanalytic_eval_node.cpp         |  7 ++++++-
 be/src/vec/exec/vassert_num_rows_node.cpp       | 10 ++++++++--
 be/src/vec/exec/vrepeat_node.cpp                |  8 +++++++-
 be/src/vec/exec/vselect_node.cpp                |  7 ++++++-
 be/src/vec/exec/vset_operation_node.cpp         | 18 +++++++++++++++---
 be/src/vec/exec/vsort_node.cpp                  |  7 ++++++-
 be/src/vec/exec/vtable_function_node.cpp        |  8 +++++++-
 be/src/vec/exec/vunion_node.cpp                 | 18 ++++++++++++++++--
 16 files changed, 142 insertions(+), 29 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to