This is an automated email from the ASF dual-hosted git repository.

airborne pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new e218fd2314f [Fix](inverted index) add DATEV2 and DATETIMEV2 for 
inverted index reader #41565 (#41579)
e218fd2314f is described below

commit e218fd2314fa9a6fa3c2493cf29df038af196883
Author: airborne12 <airborn...@gmail.com>
AuthorDate: Wed Oct 9 15:32:41 2024 +0800

    [Fix](inverted index) add DATEV2 and DATETIMEV2 for inverted index reader 
#41565 (#41579)
    
    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 e8395903d75..629af669e3c 100644
--- a/be/src/olap/rowset/segment_v2/inverted_index_reader.h
+++ b/be/src/olap/rowset/segment_v2/inverted_index_reader.h
@@ -423,6 +423,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

Reply via email to