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


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -3034,6 +3034,13 @@ public class Config extends ConfigBase {
     })
     public static String inverted_index_storage_format = "V2";
 
+    @ConfField(mutable = true, masterOnly = true, description = {
+            "是否为新分区启用倒排索引 V2 存储格式。启用后,新创建的分区将使用 V2 格式,而不管表的原始格式如何。",
+            "Enable V2 storage format for inverted indexes in new partitions. 
When enabled, newly created partitions "
+                    + "will use V2 format regardless of the table's original 
format."

Review Comment:
   [nitpick] The configuration description includes both Chinese and English 
text, but the Chinese description appears first. For consistency with other 
configuration fields in this codebase, the English description should typically 
come first, followed by the Chinese translation.
   ```suggestion
               "Enable V2 storage format for inverted indexes in new 
partitions. When enabled, newly created partitions "
                       + "will use V2 format regardless of the table's original 
format.",
               "是否为新分区启用倒排索引 V2 存储格式。启用后,新创建的分区将使用 V2 格式,而不管表的原始格式如何。"
   ```



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