kangkaisen 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_r361566070
########## 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: Done. Rename these two variables. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org