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

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


    from 6528b31b12f [fix](union) fix distribute exprs of union operator 
(#56449)
     add d258d9bc59c [opt](variant) add column cache for variant sparse column 
(#56159)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/field.h                                |   4 +
 be/src/olap/iterators.h                            |   4 -
 be/src/olap/rowset/segment_v2/column_reader.h      |   1 +
 be/src/olap/rowset/segment_v2/segment.cpp          |  21 +++-
 be/src/olap/rowset/segment_v2/segment.h            |  10 +-
 be/src/olap/rowset/segment_v2/segment_iterator.cpp |  17 ++-
 be/src/olap/rowset/segment_v2/segment_iterator.h   |   3 +
 .../variant/sparse_column_extract_iterator.h       |  84 +++++--------
 .../variant/sparse_column_merge_iterator.cpp       |   9 +-
 .../variant/sparse_column_merge_iterator.h         |  18 ++-
 .../segment_v2/variant/variant_column_reader.cpp   |  67 +++++++----
 .../segment_v2/variant/variant_column_reader.h     | 132 +++++++++++++++++++--
 .../variant_column_writer_reader_test.cpp          |  24 ++--
 13 files changed, 256 insertions(+), 138 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to