kangkaisen commented on a change in pull request #1610: Add bitmap agg type and
udaf
URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r317437457
##########
File path: be/src/olap/wrapper_field.cpp
##########
@@ -53,14 +53,17 @@ WrapperField* WrapperField::create(const TabletColumn&
column, uint32_t len) {
}
WrapperField* WrapperField::create_by_type(const FieldType& type) {
- Field* rep = Field::create_by_type(type);
- if (rep == nullptr) {
+ bool is_string_type = (type == OLAP_FIELD_TYPE_CHAR
Review comment:
The type of bitmap_union is varchar.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]