xiaokang commented on code in PR #33766:
URL: https://github.com/apache/doris/pull/33766#discussion_r1569813988


##########
be/src/olap/rowset/segment_v2/inverted_index_writer.h:
##########
@@ -70,6 +73,25 @@ class InvertedIndexColumnWriter {
 
     virtual void close_on_error() = 0;
 
+    // check if the column is valid for inverted index, some columns
+    // are generated from variant, but not all of them are supported
+    static bool check_column_valid(const TabletColumn& column) {

Review Comment:
   suggest name : check_type_support_index



-- 
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]

Reply via email to