[Improve](config)The stream_load label length is changed to a configurable (#34459)
pick from #33745
This commit is contained in:
@ -2652,6 +2652,10 @@ public class Config extends ConfigBase {
|
||||
@ConfField
|
||||
public static String cloud_sql_server_cluster_id = "RESERVED_CLUSTER_ID_FOR_SQL_SERVER";
|
||||
|
||||
@ConfField(description = {"Stream_Load 导入时,label 被限制的最大长度",
|
||||
"Stream_Load When importing, the maximum length of label is limited"})
|
||||
public static int label_regex_length = 128;
|
||||
|
||||
//==========================================================================
|
||||
// end of cloud config
|
||||
//==========================================================================
|
||||
|
||||
Reference in New Issue
Block a user