amorynan commented on code in PR #35734:
URL: https://github.com/apache/doris/pull/35734#discussion_r1623693872
##########
be/src/olap/rowset/segment_v2/inverted_index_writer.cpp:
##########
@@ -695,6 +695,8 @@ Status InvertedIndexColumnWriter::create(const Field* field,
M(FieldType::OLAP_FIELD_TYPE_DECIMAL128I)
M(FieldType::OLAP_FIELD_TYPE_DECIMAL256)
M(FieldType::OLAP_FIELD_TYPE_BOOL)
+ M(FieldType::OLAP_FIELD_TYPE_IPV4)
+ M(FieldType::OLAP_FIELD_TYPE_IPV6)
Review Comment:
writer & reader part both has key_coder's full_encoding function before
add_doc and seek in bkd
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]