jacktengg commented on code in PR #24404:
URL: https://github.com/apache/doris/pull/24404#discussion_r1326714574


##########
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:
   > need check datetime it is uint64
   
   datetime is casted to int64 if used in bitmap_from_array.



-- 
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

Reply via email to