dataroaring commented on code in PR #11694: URL: https://github.com/apache/doris/pull/11694#discussion_r944068664
########## be/src/vec/columns/column_dictionary.h: ########## @@ -257,6 +257,9 @@ class ColumnDictionary final : public COWHelper<IColumn, ColumnDictionary<T>> { bool is_dict_code_converted() const { return _dict_code_converted; } MutableColumnPtr convert_to_predicate_column_if_dictionary() override { + if (is_dict_sorted() && !is_dict_code_converted()) { Review Comment: Please refer to problem summary. -- 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