HappenLee commented on code in PR #29996: URL: https://github.com/apache/doris/pull/29996#discussion_r1462686054
########## be/src/vec/columns/column_const.h: ########## @@ -225,7 +225,7 @@ class ColumnConst final : public COWHelper<IColumn, ColumnConst> { void append_data_by_selector(MutableColumnPtr& res, const IColumn::Selector& selector) const override { - LOG(FATAL) << "append_data_by_selector is not supported in ColumnConst!"; + this->template append_data_by_selector_impl<Self>(res, selector); Review Comment: better resize the column,no need `insert_from` -- 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