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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]