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/12/30 13:08:05 UTC

[incubator-doris] branch master updated (368bbfd -> da8c9b4)

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 368bbfd  Fix linked schema change bug #2610 (#2613)
     add da8c9b4  [Segment V2] refactor SegmentReaderWriterTest and add UT for lazy materialization (#2614)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/iterators.h                            |   5 +-
 be/src/olap/row_block2.cpp                         |   9 +-
 be/src/olap/row_block2.h                           |   9 +-
 be/src/olap/rowset/segment_v2/segment.cpp          |   9 +-
 be/src/olap/rowset/segment_v2/segment.h            |   5 +
 be/src/olap/rowset/segment_v2/segment_iterator.cpp |  47 +-
 be/src/olap/rowset/segment_v2/segment_iterator.h   |   3 +-
 be/test/olap/rowset/segment_v2/segment_test.cpp    | 625 +++++++++------------
 8 files changed, 327 insertions(+), 385 deletions(-)


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