You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2020/03/09 02:53:05 UTC

[incubator-doris] branch master updated (1728381 -> dc07182)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from 1728381  [Bug] Fix bug that index name in MaterializedViewMeta is not changed after schema change (#3048)
     add dc07182  [Intersect] Implements intersect node (#3034)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/exec_node.cpp                          |  10 ++
 be/src/exec/intersect_node.cpp                     | 184 ++++++++++++++++++---
 be/src/exec/intersect_node.h                       |  69 ++------
 .../org/apache/doris/planner/SetOperationNode.java |   4 +-
 .../apache/doris/planner/SingleNodePlanner.java    | 137 ++++++++-------
 5 files changed, 265 insertions(+), 139 deletions(-)
 mode change 100644 => 100755 be/src/exec/intersect_node.cpp


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