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

yiguolei pushed a commit to branch jiangkai_2.0
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 302dd11417a820ad1c1443b144759163a5024d94
Author: airborne12 <airborn...@gmail.com>
AuthorDate: Tue Nov 7 18:49:19 2023 +0800

    fix compilation
---
 .../rowset/segment_v2/inverted_index/query/inverted_index_query.cpp  | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git 
a/be/src/olap/rowset/segment_v2/inverted_index/query/inverted_index_query.cpp 
b/be/src/olap/rowset/segment_v2/inverted_index/query/inverted_index_query.cpp
index 10762c58e21..841a164cd76 100644
--- 
a/be/src/olap/rowset/segment_v2/inverted_index/query/inverted_index_query.cpp
+++ 
b/be/src/olap/rowset/segment_v2/inverted_index/query/inverted_index_query.cpp
@@ -287,10 +287,7 @@ Status InvertedIndexRangeQuery<Type, PT>::add_value(const 
T& value, InvertedInde
     template class C<TYPE_DECIMALV2, PredicateType::P>;   \
     template class C<TYPE_DECIMAL32, PredicateType::P>;   \
     template class C<TYPE_DECIMAL64, PredicateType::P>;   \
-    template class C<TYPE_DECIMAL128I, PredicateType::P>; \
-    template class C<TYPE_DECIMAL256, PredicateType::P>;  \
-    template class C<TYPE_IPV4, PredicateType::P>;        \
-    template class C<TYPE_IPV6, PredicateType::P>;
+    template class C<TYPE_DECIMAL128I, PredicateType::P>; 
 
 #define INSTANTIATE_FOR_TYPE(C)                          \
     INSTANTIATE_FOR_TYPE_AND_PREDICATE(EQ, C)            \


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to