Tanya-W commented on code in PR #16371: URL: https://github.com/apache/doris/pull/16371#discussion_r1098271701
########## be/src/vec/olap/olap_data_convertor.h: ########## @@ -46,13 +46,16 @@ class IOlapColumnDataAccessor { class OlapBlockDataConvertor { public: + OlapBlockDataConvertor() = default; Review Comment: `OlapBlockDataConvertor(const TabletSchema* tablet_schema)` will insert all columns in `tablet_schema` into `_convertors`, we only need columns in `_alter_inverted_indexs`, if use `OlapBlockDataConvertor(const TabletSchema* tablet_schema)`, will assert failed in function `set_source_content` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org