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 258db947af [bug](jdbc) fix error of jdbc with datetime type in oracle 
(#15205)
     new 98f2824796 [enhancement](load) verify the number of rows between 
different replicas when load data to avoid data inconsistency (#15101)
     new e67d07ff44 [Bug](runtimefilter) Fix BE crash due to init failure 
(#15228)
     new 7c1a4b80b0 [fix](InBitmap) Check whether the in bitmap contains 
correlated subqueries (#15184)

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/exec/tablet_sink.cpp                        | 41 ++++++++++++++++++++++
 be/src/exec/tablet_sink.h                          | 11 ++++++
 be/src/olap/delta_writer.cpp                       | 10 ++++++
 be/src/olap/delta_writer.h                         |  7 ++++
 be/src/olap/memtable.cpp                           |  2 ++
 be/src/olap/memtable.h                             |  2 ++
 be/src/olap/rowset/beta_rowset_writer.cpp          |  1 +
 be/src/vec/exec/scan/vscan_node.cpp                |  8 ++---
 be/src/vec/exec/scan/vscan_node.h                  |  1 +
 be/src/vec/sink/vtablet_sink.cpp                   |  4 +++
 .../org/apache/doris/analysis/StmtRewriter.java    |  4 +++
 gensrc/proto/internal_service.proto                |  2 ++
 .../suites/query_p0/join/test_bitmap_filter.groovy | 10 ++++--
 13 files changed, 96 insertions(+), 7 deletions(-)


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

Reply via email to