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/04/01 12:58:55 UTC

[incubator-doris] branch master updated (34993a6 -> 63cee94)

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 34993a6  Fix colocate relocateGroup bug after decommission (#3239)
     add 63cee94  Fix output results may incorrect when using intersect and except statements (#3228)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/CMakeLists.txt                         |   1 +
 be/src/exec/except_node.cpp                        | 107 ++++------------
 be/src/exec/except_node.h                          |  34 +-----
 be/src/exec/intersect_node.cpp                     |  79 +++---------
 be/src/exec/intersect_node.h                       |  30 +----
 be/src/exec/set_operation_node.cpp                 | 136 +++++++++++++++++++++
 .../{intersect_node.h => set_operation_node.h}     |  33 ++---
 7 files changed, 202 insertions(+), 218 deletions(-)
 create mode 100644 be/src/exec/set_operation_node.cpp
 copy be/src/exec/{intersect_node.h => set_operation_node.h} (66%)


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