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

eldenmoon pushed a change to branch variant-sparse-merge
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 04c45697ed8 [feature](semi-structure) support variant and index with 
many features
     add 852cdbcc280 fix conflict with inverted_index (#53738)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/compaction.cpp                         |  73 +--------
 be/src/olap/comparison_predicate.h                 |   1 +
 be/src/olap/in_list_predicate.h                    |   1 +
 be/src/olap/rowset/segment_v2/column_reader.cpp    |  45 ++----
 be/src/olap/rowset/segment_v2/column_reader.h      |   5 +-
 be/src/olap/rowset/segment_v2/column_writer.cpp    |  22 +--
 be/src/olap/rowset/segment_v2/index_iterator.h     |   4 +-
 .../rowset/segment_v2/inverted_index_iterator.cpp  |  90 +++++++++--
 .../rowset/segment_v2/inverted_index_iterator.h    |  53 ++++--
 .../rowset/segment_v2/inverted_index_reader.cpp    | 178 +--------------------
 .../olap/rowset/segment_v2/inverted_index_reader.h |  41 -----
 be/src/olap/rowset/segment_v2/segment.cpp          |   4 -
 be/src/olap/rowset/segment_v2/segment_iterator.cpp |  46 +-----
 be/src/olap/rowset/segment_v2/segment_writer.cpp   |  14 +-
 .../variant/variant_column_writer_impl.cpp         |  10 +-
 .../rowset/segment_v2/vertical_segment_writer.cpp  |  14 +-
 be/src/olap/task/index_builder.cpp                 |  21 +--
 be/src/vec/functions/array/function_array_index.h  |  12 +-
 .../vec/functions/array/function_arrays_overlap.h  |  13 +-
 be/src/vec/functions/function_ip.h                 |  18 +--
 be/src/vec/functions/function_multi_match.cpp      |  11 +-
 be/src/vec/functions/functions_comparison.h        |  19 +--
 be/src/vec/functions/in.h                          |  14 +-
 be/src/vec/functions/match.cpp                     |  19 +--
 24 files changed, 177 insertions(+), 551 deletions(-)


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

Reply via email to