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 ad61c84a60 [fix](planner) fix conjunct planned on exchange node 
(#18042)
     new 9cc3468ca2 [fix](planner) failed to create view when use window 
function (#17815)
     new d3a1bad900 [fix](coalesce) fix problem that coalesce function may 
cause problem of block mem reuse (#17940)
     new f7e6f7b863 [BugFix](jdbc catalog) fix OOM when jdbc catalog querys 
large data from doris #18067
     new 38903f87f6 [fix](merge-on-write) fix that missed rows don't match 
merged rows (#18128)
     new 1aa640b047 [fix](order by) fix bug of order by desc when rowsets is no 
overlapping (#18100)
     new 2d52a5d2cb [fix](nested_loop_join)got incorrect result from nested 
loop join without condition (#18139)

The 6 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/compaction.cpp                         | 44 +++++++++++++---------
 be/src/olap/tablet.cpp                             |  8 ++--
 be/src/olap/tablet.h                               |  3 +-
 be/src/vec/exec/join/vnested_loop_join_node.cpp    | 20 ++++++++++
 be/src/vec/exec/vjdbc_connector.cpp                |  1 +
 be/src/vec/functions/function_coalesce.cpp         |  5 ++-
 be/src/vec/olap/vcollect_iterator.cpp              | 43 ++++++++++++---------
 be/src/vec/olap/vcollect_iterator.h                |  2 +
 .../java/org/apache/doris/analysis/SelectStmt.java |  5 ++-
 .../org/apache/doris/catalog/JdbcResource.java     |  2 +-
 .../java/org/apache/doris/udf/JdbcExecutor.java    | 11 ++++--
 gensrc/thrift/Types.thrift                         | 24 ++++++------
 .../test_join_without_condition.out}               | 11 +++++-
 regression-test/data/query_p0/sort/sort.out        |  6 +++
 ...n.groovy => test_join_without_condition.groovy} | 39 ++++++++-----------
 regression-test/suites/query_p0/sort/sort.groovy   | 34 +++++++++++++++++
 .../window_functions/test_window_fn.groovy         |  8 ++++
 17 files changed, 181 insertions(+), 85 deletions(-)
 copy regression-test/data/{correctness/test_lateral_view_in_subquery.out => 
correctness_p0/test_join_without_condition.out} (75%)
 copy regression-test/suites/correctness_p0/{test_join_with_projection.groovy 
=> test_join_without_condition.groovy} (58%)


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

Reply via email to