yiguolei commented on code in PR #39030: URL: https://github.com/apache/doris/pull/39030#discussion_r1709118356
########## be/src/vec/data_types/data_type_nullable.cpp: ########## @@ -239,7 +239,8 @@ DataTypes make_nullable(const DataTypes& types) { DataTypePtr remove_nullable(const DataTypePtr& type) { if (type->is_nullable()) { - return assert_cast<const DataTypeNullable*>(type.get())->get_nested_type(); Review Comment: not need -- 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