yiguolei commented on code in PR #24404: URL: https://github.com/apache/doris/pull/24404#discussion_r1326654279
########## be/src/vec/functions/function_bitmap.cpp: ########## @@ -382,6 +382,9 @@ class FunctionBitmapAlwaysNull : public IFunction { if (check_column<ColumnInt8>(nested_column)) { Impl::template vector<ColumnInt8>(offset_column_data, nested_column, nested_null_map, res, null_map); + } else if (check_column<ColumnUInt8>(nested_column)) { Review Comment: not need, because doris does not support uint.... Here uint8 is boolean type -- 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