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

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


 discard 796c4b38b35 [Fix](Variant) fix some nested explode_variant_array bug 
and add more test
 discard 29c72d61921 [SessionVariable](ShortCircuit) disable snapshot query by 
defaulto
     new 25ca02009a3 refactor variant flush

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (796c4b38b35)
            \
             N -- N -- N   refs/heads/variant-sparse (25ca02009a3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/olap/rowset/segment_v2/column_writer.cpp    |  57 +++-
 be/src/olap/rowset/segment_v2/column_writer.h      |  51 ++-
 be/src/olap/rowset/segment_v2/segment.cpp          | 239 ++++++++------
 be/src/olap/rowset/segment_v2/segment_writer.cpp   |  17 +-
 .../segment_v2/variant_column_writer_impl.cpp      | 355 +++++++++++++++++++++
 .../rowset/segment_v2/variant_column_writer_impl.h |  68 ++++
 .../rowset/segment_v2/vertical_segment_writer.cpp  |  37 ++-
 be/src/vec/columns/column_object.cpp               |   5 +-
 be/src/vec/exprs/table_function/vexplode.cpp       |  40 +--
 be/src/vec/exprs/table_function/vexplode.h         |   1 -
 .../vec/functions/array/function_array_distance.h  |   4 +-
 .../vec/functions/array/function_array_utils.cpp   |  13 +-
 be/src/vec/functions/array/function_array_utils.h  |   6 +-
 be/src/vec/olap/olap_data_convertor.cpp            |  51 +--
 be/src/vec/olap/olap_data_convertor.h              |   5 +-
 .../java/org/apache/doris/qe/SessionVariable.java  |   2 +-
 16 files changed, 735 insertions(+), 216 deletions(-)
 create mode 100644 be/src/olap/rowset/segment_v2/variant_column_writer_impl.cpp
 create mode 100644 be/src/olap/rowset/segment_v2/variant_column_writer_impl.h


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

Reply via email to