Copilot commented on code in PR #49923:
URL: https://github.com/apache/doris/pull/49923#discussion_r2035251894


##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -533,6 +533,10 @@ public class SessionVariable implements Serializable, 
Writable {
     public static final String INVERTED_INDEX_MAX_EXPANSIONS = 
"inverted_index_max_expansions";
 
     public static final String INVERTED_INDEX_SKIP_THRESHOLD = 
"inverted_index_skip_threshold";
+    // compatible read for inverted index between x86 and arm,
+    // used for cross-platform (x86/arm) inverted index compatibility
+    // may removed in the future

Review Comment:
   [nitpick] Consider revising the comment to 'may be removed in the future' 
for correct grammar.
   ```suggestion
       // may be removed in the future
   ```



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