imay commented on a change in pull request #2570: Fix bitmap, hll, segment v2
DefaultValue bug
URL: https://github.com/apache/incubator-doris/pull/2570#discussion_r361467304
##########
File path: be/src/olap/rowset/segment_v2/column_reader.h
##########
@@ -305,9 +307,12 @@ class DefaultValueColumnIterator : public ColumnIterator {
std::string _default_value;
bool _is_nullable;
FieldType _type;
+ size_t _length;
Review comment:
pls add some comments for length and value_size. This may cause people
confused
----------------------------------------------------------------
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]