kaka11chen commented on code in PR #26709:
URL: https://github.com/apache/doris/pull/26709#discussion_r1417092707
##########
be/src/vec/data_types/serde/data_type_decimal_serde.cpp:
##########
@@ -167,6 +167,8 @@ void
DataTypeDecimalSerDe<T>::read_column_from_arrow(IColumn& column,
static_cast<const arrow::DecimalType*>(arrow_array->type().get());
const auto arrow_scale = arrow_decimal_type->scale();
auto& column_data = static_cast<ColumnDecimal<T>&>(column).get_data();
+ // Decimal<Int128> for decimalv2
+ // Decimal<Int128I> for deicmalv3
if constexpr (std::is_same_v<T, Decimal<Int128>>) {
Review Comment:
Use `Decimal128` better.
--
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]