yiguolei commented on code in PR #48554:
URL: https://github.com/apache/doris/pull/48554#discussion_r1978587260


##########
be/src/vec/core/field.cpp:
##########
@@ -174,14 +174,14 @@ DECLARE_DECIMAL_COMPARISON(Decimal256)
 
 template <>
 bool decimal_equal(Decimal128V3 x, Decimal128V3 y, UInt32 xs, UInt32 ys) {
-    return dec_equal(Decimal128V2(x.value), Decimal128V2(y.value), xs, ys);

Review Comment:
   之前这里难道是错的?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to