[fix](show-table-status) fix hive view NPE and external meta cache refresh issue (#22377)

This commit is contained in:
Mingyu Chen
2023-08-04 16:55:10 +08:00
committed by GitHub
parent dc06c486e8
commit 672acb8784
6 changed files with 70 additions and 16 deletions

View File

@ -2042,7 +2042,7 @@ public class Config extends ConfigBase {
public static long statistics_sql_mem_limit_in_bytes = 2L * 1024 * 1024 * 1024;
@ConfField(mutable = true, masterOnly = true, description = {
"用于强制设定内表的副本数,如果参数大于零,则用户在建表时指定的副本数将被忽略,而使用本参数设置的值。"
"用于强制设定内表的副本数,如果参数大于零,则用户在建表时指定的副本数将被忽略,而使用本参数设置的值。"
+ "同时,建表语句中指定的副本标签等参数会被忽略。该参数不影响包括创建分区、修改表属性的操作。该参数建议仅用于测试环境",
"Used to force the number of replicas of the internal table. If the config is greater than zero, "
+ "the number of replicas specified by the user when creating the table will be ignored, "