HappenLee commented on code in PR #43050: URL: https://github.com/apache/doris/pull/43050#discussion_r1839727120
########## be/src/vec/data_types/data_type_decimal.cpp: ########## @@ -230,7 +238,7 @@ const char* DataTypeDecimal<T>::deserialize(const char* buf, MutableColumnPtr* c buf = deserialize_const_flag_and_row_num(buf, column, &real_have_saved_num); // column data - auto mem_size = real_have_saved_num * sizeof(T); + UInt64 mem_size = real_have_saved_num * sizeof(T); Review Comment: if here do cast_set<> maybe we not need change line 251? -- 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