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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]