You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by pa...@apache.org on 2023/04/13 03:50:21 UTC

[doris] branch master updated (726402b53b -> eb46bcb304)

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

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


    from 726402b53b [bugfix](topn) fix topn runtime predicate crash in short circuit evaluate for types like string decimal (#18409)
     add eb46bcb304  [Bug](materialized-view) fix match wrong index on some scan node (#18561)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/doris/analysis/Expr.java  |  8 ++--
 .../org/apache/doris/analysis/LiteralExpr.java     |  2 +-
 .../java/org/apache/doris/analysis/SlotRef.java    | 19 +++++---
 .../org/apache/doris/analysis/TupleDescriptor.java | 12 +++++
 .../doris/planner/MaterializedViewSelector.java    | 52 +++++++++++++---------
 .../mv_p0/ut/testQueryOnStar/testQueryOnStar.out   |  4 ++
 .../mv_p0/multi_slot_k123p/multi_slot_k123p.groovy |  4 +-
 .../ut/testQueryOnStar/testQueryOnStar.groovy      | 21 +++++++++
 8 files changed, 87 insertions(+), 35 deletions(-)


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