zclllyybb commented on code in PR #42344:
URL: https://github.com/apache/doris/pull/42344#discussion_r1863198314


##########
be/src/vec/functions/function_binary_arithmetic.h:
##########
@@ -423,8 +423,8 @@ struct DecimalBinaryOperation {
 
         if constexpr (check_overflow && !is_to_null_type &&
                       ((!OpTraits::is_multiply && !OpTraits::is_plus_minus))) {
-            throw doris::Exception(ErrorCode::INTERNAL_ERROR,
-                                   "adapt_decimal_constant_constant Invalid 
function type!");
+            throw Exception(

Review Comment:
   do not change internal error to fatal error



-- 
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