HappenLee commented on code in PR #28788: URL: https://github.com/apache/doris/pull/28788#discussion_r1440234843
########## be/src/vec/functions/function.cpp: ########## @@ -127,9 +125,6 @@ NullPresence get_null_presence(const Block& block, const ColumnNumbers& args) { if (!res.has_nullable) { res.has_nullable = elem.type->is_nullable(); } - if (!res.has_null_constant) { Review Comment: check the column const logic ? -- 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