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

yiguolei pushed a change to branch auto-pick-51472-branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


 discard b30856beb02 [Bug](sort) fix wrong result coz push down sort with null 
last (#51472)
     add 831d2c148a8 branch-2.1:[enhance](mtmv)cache table snapshot in refresh 
context (#50855) (#51493)
     add c8daf2e4fb0 branch-2.1: [fix](cache prune) Fix _stale_sweep_time_s not 
working when its value less than 0 #42281 (#51189)
     add a836df5d535 branch-2.1: [fix](decimal)Fix the issue where decimal 
multiplication produces incorrect results due to mul_overflow error #51533 
(#51563)
     add 7768c8d5fbe [Bug](sort) fix wrong result coz push down sort with null 
last (#51472)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b30856beb02)
            \
             N -- N -- N   refs/heads/auto-pick-51472-branch-2.1 (7768c8d5fbe)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 be/src/runtime/memory/lru_cache_policy.h           |   2 +-
 be/src/vec/common/arithmetic_overflow.h            |   8 +-
 be/test/common/check_overflow.cpp                  |  92 +++++++++++++++++++++
 .../org/apache/doris/mtmv/MTMVPartitionUtil.java   |  27 +++++-
 .../org/apache/doris/mtmv/MTMVRefreshContext.java  |  10 +++
 .../apache/doris/mtmv/MTMVPartitionUtilTest.java   |  21 +++++
 .../datatype_p0/decimalv3/test_decimalv3_cast3.out | Bin 1492 -> 1645 bytes
 .../decimalv3/test_decimalv3_cast3.groovy          |   7 ++
 8 files changed, 157 insertions(+), 10 deletions(-)
 create mode 100644 be/test/common/check_overflow.cpp


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

Reply via email to