yiguolei commented on code in PR #10962: URL: https://github.com/apache/doris/pull/10962#discussion_r922988888
########## be/src/vec/data_types/data_type_nullable.cpp: ########## @@ -57,10 +58,11 @@ std::string DataTypeNullable::to_string(const IColumn& column, size_t row_num) c // <null array>: is_null1 | is_null2 | ... // <values array>: value1 | value2 | ...> int64_t DataTypeNullable::get_uncompressed_serialized_bytes(const IColumn& column) const { + auto ptr = column.convert_to_full_column_if_const(); Review Comment: some thing wrong here? -- 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