[fix](function) fix aggregate function min() at type varchar (#7437)
This commit is contained in:
@ -235,6 +235,7 @@ struct AggregateFuncTraits<OLAP_FIELD_AGGREGATION_MIN, OLAP_FIELD_TYPE_VARCHAR>
|
||||
memory_copy(dst_slice->data, src_slice->data, src_slice->size);
|
||||
dst_slice->size = src_slice->size;
|
||||
}
|
||||
dst->set_is_null(false);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user