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

dataroaring pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 6d0b67a76e4 [Fix](Column) refactor ColumnNullable to provide flags 
safety (#40769)
     new e8b3a831690 [fix](Nereids) avoid bad cast when compute scale for round 
(#40776)
     new c65f3359ff4 [enhance](mtmv)tasks tvf not getLock (#40816)
     new e54daaf3a8b [fix](Nereids) merge request properties map of group 
should compare cost (#40819)

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:
 .../main/java/org/apache/doris/catalog/MTMV.java   |  5 ++
 .../apache/doris/job/extensions/mtmv/MTMVJob.java  |  2 +-
 .../org/apache/doris/nereids/NereidsPlanner.java   |  2 +-
 .../apache/doris/nereids/memo/GroupExpression.java | 22 +++++++-
 .../functions/ComputePrecisionForRound.java        |  4 +-
 .../nereids/trees/plans/ComputeResultSet.java      |  5 +-
 .../plans/physical/PhysicalEmptyRelation.java      |  6 +--
 .../plans/physical/PhysicalOneRowRelation.java     | 28 ++++++----
 .../trees/plans/physical/PhysicalResultSink.java   |  5 +-
 .../trees/plans/physical/PhysicalSqlCache.java     |  2 +-
 .../doris/nereids/memo/GroupExpressionTest.java    | 62 ++++++++++++++++++++++
 .../suites/correctness_p0/test_cast_decimal.groovy |  1 -
 12 files changed, 120 insertions(+), 24 deletions(-)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/nereids/memo/GroupExpressionTest.java


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

Reply via email to