Skip to content

Commit

Permalink
[fix](inverted index) Remove float/double support in index writer (#3…
Browse files Browse the repository at this point in the history
…5615) (#43462)

bp #35615

Co-authored-by: qidaye <luen@selectdb.com>
  • Loading branch information
qidaye and qidaye authored Nov 8, 2024
1 parent fb5c05e commit 71694f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions be/src/olap/rowset/segment_v2/inverted_index_writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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: " +
Expand Down

0 comments on commit 71694f5

Please sign in to comment.