This is an automated email from the ASF dual-hosted git repository. airborne pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push: new 74aece4707f [Fix](inverted index) add DATEV2 and DATETIMEV2 for inverted index reader #41565 (#41581) 74aece4707f is described below commit 74aece4707f9c73ca543da2b939a83376b2eedd7 Author: airborne12 <airborn...@gmail.com> AuthorDate: Wed Oct 9 15:55:15 2024 +0800 [Fix](inverted index) add DATEV2 and DATETIMEV2 for inverted index reader #41565 (#41581) cherry pick from #41565 --- be/src/olap/rowset/segment_v2/inverted_index_reader.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/be/src/olap/rowset/segment_v2/inverted_index_reader.h b/be/src/olap/rowset/segment_v2/inverted_index_reader.h index 9bd13309fa7..ab143da5838 100644 --- a/be/src/olap/rowset/segment_v2/inverted_index_reader.h +++ b/be/src/olap/rowset/segment_v2/inverted_index_reader.h @@ -407,6 +407,8 @@ public: M(PrimitiveType::TYPE_CHAR) M(PrimitiveType::TYPE_VARCHAR) M(PrimitiveType::TYPE_STRING) + M(PrimitiveType::TYPE_DATEV2) + M(PrimitiveType::TYPE_DATETIMEV2) #undef M default: return Status::NotSupported("Unsupported primitive type {} for inverted index reader", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org