[Pick 2.1](inverted index) support inverted index format v2 (#30145) (#32418)

This commit is contained in:
airborne12
2024-03-19 08:11:33 +08:00
committed by GitHub
parent 711c0cd55c
commit ecadb60bcd
77 changed files with 4414 additions and 1006 deletions

View File

@ -2505,6 +2505,12 @@ public class Config extends ConfigBase {
options = {"default", "ranger-doris"})
public static String access_controller_type = "default";
@ConfField(mutable = true, masterOnly = true, description = {
"倒排索引默认存储格式",
"Default storage format of inverted index, the default value is V1."
})
public static String inverted_index_storage_format = "V1";
//==========================================================================
// begin of cloud config
//==========================================================================