airborne12 commented on code in PR #29553:
URL: https://github.com/apache/doris/pull/29553#discussion_r1442539649


##########
be/src/olap/rowset/rowset.h:
##########
@@ -327,6 +330,9 @@ class Rowset : public std::enable_shared_from_this<Rowset> {
     // rowset state machine
     RowsetStateMachine _rowset_state_machine;
     std::atomic<uint64_t> _delayed_expired_timestamp = 0;
+
+    // skip inverted index
+    bool skip_inverted_index = false;

Review Comment:
   change name will be better, like skip_index_compaction



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

Reply via email to