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

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


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 71694f5a22c [fix](inverted index) Remove float/double support in index 
writer (#35615) (#43462)
71694f5a22c is described below

commit 71694f5a22c0af3fb5feb4a0ee431932481503da
Author: qiye <jianliang5...@gmail.com>
AuthorDate: Fri Nov 8 09:38:09 2024 +0800

    [fix](inverted index) Remove float/double support in index writer (#35615) 
(#43462)
    
    bp #35615
    
    Co-authored-by: qidaye <l...@selectdb.com>
---
 be/src/olap/rowset/segment_v2/inverted_index_writer.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/be/src/olap/rowset/segment_v2/inverted_index_writer.cpp 
b/be/src/olap/rowset/segment_v2/inverted_index_writer.cpp
index cdfc0d7fdd4..c6b8ab33eb5 100644
--- a/be/src/olap/rowset/segment_v2/inverted_index_writer.cpp
+++ b/be/src/olap/rowset/segment_v2/inverted_index_writer.cpp
@@ -735,8 +735,6 @@ Status InvertedIndexColumnWriter::create(const Field* field,
         M(FieldType::OLAP_FIELD_TYPE_DECIMAL64)
         M(FieldType::OLAP_FIELD_TYPE_DECIMAL128I)
         M(FieldType::OLAP_FIELD_TYPE_BOOL)
-        M(FieldType::OLAP_FIELD_TYPE_FLOAT)
-        M(FieldType::OLAP_FIELD_TYPE_DOUBLE)
 #undef M
     default:
         return Status::NotSupported("unsupported type for inverted index: " +


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

Reply via email to