eldenmoon commented on code in PR #66204:
URL: https://github.com/apache/doris/pull/66204#discussion_r3672122157
##########
be/src/core/column/variant_v2/column_variant_v2.cpp:
##########
@@ -163,6 +163,9 @@ void validate_typed_decimal_scale(const IColumn& nested,
PrimitiveType type, uin
case TYPE_DECIMAL128I:
column_scale = assert_cast<const
ColumnDecimal128V3&>(nested).get_scale();
break;
+ case TYPE_DECIMAL256:
Review Comment:
先不支持 TYPE_DECIMAL256 , 回归测试也去掉, 可以先报错
--
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]