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

panxiaolei pushed a change to branch cp_1215_2
in repository https://gitbox.apache.org/repos/asf/doris.git


    from fa5cc0eb12d [Bug](agg-state) fix stream load failed on agg-state 
column (#28050)
     add 143dd4674d8 [fix](meta) fix ConcurrentModificationException when dump 
image (#28072) (#28401)
     add 1263a11028c [fix](nereids)select base index if mv's data type is 
different from base table #27387 (#28405)
     add 59fd5634506 [bug](function) fix array_apply function return wrong 
result (#28133) (#28461)
     add 6a661ee49d4 [Bug](view) fix npe on create view with comment (#28189) 
(#28464)
     add a8a78e6039e [fix](null equal) fix coredump of pushing eq_for_null 
(#28495)
     add 43a2126690a Merge branch 'branch-2.0' into cp_1215_2

No new revisions were added by this update.

Summary of changes:
 be/src/vec/exec/scan/vscan_node.cpp                |  2 +-
 .../org/apache/doris/analysis/CreateViewStmt.java  |  1 +
 .../apache/doris/analysis/FunctionCallExpr.java    |  3 ++
 .../apache/doris/catalog/CatalogRecycleBin.java    |  4 ++-
 .../SelectMaterializedIndexWithoutAggregate.java   | 33 ++++++++++++++++++++--
 .../data/correctness_p0/test_null_equal.out        |  3 ++
 .../test_array_functions_by_literal.out            |  8 +++++-
 .../suites/correctness_p0/test_null_equal.groovy   |  2 ++
 .../test_array_functions_by_literal.groovy         |  2 ++
 .../suites/query_p0/view/test_view2.groovy         |  5 ++++
 10 files changed, 58 insertions(+), 5 deletions(-)


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

Reply via email to