You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ga...@apache.org on 2023/04/13 09:25:48 UTC

[doris] branch master updated (99558153f5 -> 40a352959d)

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 99558153f5 [minor](Nereids): rename func and add TODO. (#18633)
     add 40a352959d [Pipeline](exec) Support shared scan in colo agg (#18457)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/exec/scan/new_olap_scan_node.cpp        |   1 +
 be/src/vec/exec/scan/pip_scanner_context.h         | 129 +++++++++++++++++++--
 be/src/vec/exec/scan/scanner_context.cpp           |  14 ++-
 be/src/vec/exec/scan/scanner_context.h             |   4 +-
 be/src/vec/exec/scan/vscan_node.cpp                |   6 +-
 be/src/vec/exec/scan/vscan_node.h                  |   1 +
 .../apache/doris/planner/DistributedPlanner.java   |   6 +-
 .../org/apache/doris/planner/OlapScanNode.java     |  63 ++++++++--
 .../java/org/apache/doris/planner/PlanNode.java    |   7 +-
 .../java/org/apache/doris/qe/SessionVariable.java  |   8 ++
 gensrc/thrift/PlanNodes.thrift                     |   1 +
 11 files changed, 208 insertions(+), 32 deletions(-)


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