amorynan commented on code in PR #45827: URL: https://github.com/apache/doris/pull/45827#discussion_r1897140864
########## be/src/vec/columns/column.h: ########## @@ -609,8 +609,6 @@ class IColumn : public COW<IColumn> { virtual bool is_column_dictionary() const { return false; } - virtual bool is_column_array() const { return false; } - virtual bool is_column_map() const { return false; } Review Comment: done! -- 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