airborne12 commented on code in PR #64522:
URL: https://github.com/apache/doris/pull/64522#discussion_r3480993149
##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -2868,6 +2868,11 @@ public class Config extends ConfigBase {
"Default storage format of inverted index, the default value is
V3."})
public static String inverted_index_storage_format = "V3";
+ @ConfField(mutable = true, masterOnly = true, description = {
+ "Allow creating inverted index with V1 format. Intended only for
testing V1 backward compatibility."
+ + " Must NOT be enabled in production."})
+ public static boolean allow_inverted_index_v1_creation = false;
Review Comment:
DO NOT involve this config.
--
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]