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

morningman pushed a change to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 68fbf1709b [vectorized](jdbc) support array type in jdbc external 
table (#15303)
     new d9e8b2f8fa [fix](index) fix that the last element of each batch will 
be read repeatedly for binary prefix page (#15481)
     new 558cfdac85 [fix](index) fix wrong dcheck in indexed column writer 
(#15520)
     new 8e39a8b11b [fix](vec) VMergeIterator add key same label for agg table 
(#14722)

The 3 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/olap_define.h                          |  2 +-
 .../olap/rowset/segment_v2/binary_prefix_page.cpp  |  6 ++++--
 .../rowset/segment_v2/indexed_column_writer.cpp    |  7 +++++--
 be/src/vec/core/block.cpp                          | 13 ++++++++++++
 be/src/vec/core/block.h                            | 15 ++++++++++++++
 be/src/vec/olap/block_reader.cpp                   | 11 +++++++++-
 be/src/vec/olap/block_reader.h                     |  2 ++
 be/src/vec/olap/vgeneric_iterators.cpp             |  9 +++++++-
 be/src/vec/olap/vgeneric_iterators.h               | 18 ++++++++++++++++
 .../rowset/segment_v2/binary_prefix_page_test.cpp  | 24 ++++++++++++++++++++++
 be/test/olap/segcompaction_test.cpp                |  1 +
 11 files changed, 101 insertions(+), 7 deletions(-)


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

Reply via email to