You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zh...@apache.org on 2019/09/24 06:38:27 UTC

[incubator-doris] branch master updated (b756dfd -> fe27969)

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

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


    from b756dfd  Fix bug: compare column with equals rather than == (#1850)
     add fe27969  add delete predicate filter(#1636) (#1745)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/delete_handler.cpp                     |  9 +++
 be/src/olap/delete_handler.h                       |  3 +
 be/src/olap/generic_iterators.cpp                  |  2 +-
 be/src/olap/iterators.h                            |  3 +
 be/src/olap/olap_cond.cpp                          |  8 +++
 be/src/olap/olap_cond.h                            |  2 +
 be/src/olap/rowset/beta_rowset_reader.cpp          |  4 ++
 be/src/olap/rowset/segment_v2/column_reader.cpp    | 23 ++++++--
 be/src/olap/rowset/segment_v2/column_reader.h      | 10 +++-
 be/src/olap/rowset/segment_v2/segment_iterator.cpp | 18 +++++-
 be/test/olap/rowset/segment_v2/segment_test.cpp    | 66 +++++++++++++++++++++-
 11 files changed, 137 insertions(+), 11 deletions(-)


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