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 3397b0ae78 [branch-1.2](fix) fix p0 case
     new 8ac2304b6b [fix](olap) The 'scan key' generated by the 'is null' 
expression causes incorrect query results (#17569)
     new 3a78df799d [fix](merge-on-write) when if publish and be down, need 
recalc delete bitmap for MoW (#17617)
     new e0824e5526 [fix](profile) modify load profile some bugs and docs 
(#17533)
     new 62e7f6bee8 [fix](profile) fix profile sort child list exception 
(#17613)
     new 9d1fd76e2f [fix](planner) should not turn on push agg op when olapscan 
has conjuncts on it (#17598)
     new ca76472335 [fix](metrics)Delete the extra underline for metrics 
(#17397)

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/exec/olap_common.h                          | 16 ++++-
 be/src/olap/tablet.cpp                             | 27 ++++----
 be/src/olap/txn_manager.cpp                        |  9 +++
 be/src/util/system_metrics.cpp                     | 18 +++---
 be/src/util/system_metrics.h                       |  6 +-
 .../docs/advanced/best-practice/import-analysis.md | 75 +++++++++++++++-------
 .../Show-Statements/SHOW-LOAD-PROFILE.md           | 50 ++++++++++++---
 .../docs/advanced/best-practice/import-analysis.md | 57 ++++++++++++----
 .../Show-Statements/SHOW-LOAD-PROFILE.md           | 52 +++++++++++----
 .../apache/doris/analysis/ShowLoadProfileStmt.java | 16 ++---
 .../apache/doris/common/util/ProfileManager.java   |  8 +--
 .../apache/doris/common/util/RuntimeProfile.java   |  7 ++
 .../httpv2/controller/QueryProfileController.java  |  2 +-
 .../apache/doris/planner/SingleNodePlanner.java    |  4 ++
 .../java/org/apache/doris/qe/ShowExecutor.java     |  2 +-
 .../java/org/apache/doris/qe/StmtExecutor.java     |  2 +-
 .../data/correctness_p0/test_null_predicate.out    |  4 ++
 .../data/query_p0/aggregate/aggregate.out          |  6 ++
 .../correctness_p0/test_null_predicate.groovy      | 32 +++++++++
 .../suites/query_p0/aggregate/aggregate.groovy     | 11 ++--
 20 files changed, 302 insertions(+), 102 deletions(-)


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

Reply via email to