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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org