This is an automated email from the ASF dual-hosted git repository.

xxyu pushed a commit to branch kylin5
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit d4454d1eb783635d681599b2526eaab38ad66be6
Author: lixiang <447399...@qq.com>
AuthorDate: Fri Mar 17 20:29:55 2023 +0800

    KYLIN-5573 Refine error messages when loading more than 1000 tables
---
 src/core-common/src/main/resources/kylin_error_msg_conf_cn.properties | 2 +-
 src/core-common/src/main/resources/kylin_error_msg_conf_en.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/core-common/src/main/resources/kylin_error_msg_conf_cn.properties 
b/src/core-common/src/main/resources/kylin_error_msg_conf_cn.properties
index 0edf55b29c..2e4a068fe0 100644
--- a/src/core-common/src/main/resources/kylin_error_msg_conf_cn.properties
+++ b/src/core-common/src/main/resources/kylin_error_msg_conf_cn.properties
@@ -68,7 +68,7 @@ KE-010022222=单个任务中最多包含100个Segments,请修改后重试。
 KE-010007204=源表 %1$s 中列 %2$s 的数据类型发生变更。请从模型 %3$s 中删除该列,或修改该列的数据类型。
 KE-010007208=当前暂不可重载表。存在运行中的任务,任务对象为: %s。请等任务完成后再重载,或手动终止任务。
 KE-010007301=获取屏蔽列设置失败,项目 %s 没有打开屏蔽列开关。
-KE-010007011=一次最多可加载 1000 张表,请修改后重新提交。
+KE-010007011=一次最多可加载 1000 张表,请修改后重试。
 
 ## 100322XX job
 KE-010032201=无法添加任务,子分区值为空。请检查后重试。
diff --git 
a/src/core-common/src/main/resources/kylin_error_msg_conf_en.properties 
b/src/core-common/src/main/resources/kylin_error_msg_conf_en.properties
index 132c78cdb3..187c23a6e4 100644
--- a/src/core-common/src/main/resources/kylin_error_msg_conf_en.properties
+++ b/src/core-common/src/main/resources/kylin_error_msg_conf_en.properties
@@ -68,7 +68,7 @@ KE-010022222=A single job can contain up to 100 segments, 
please modify and try
 KE-010007204=The data type of column %2$s from the source table %1$s has 
changed. Please remove the column from model %3$s, or modify the data type.
 KE-010007208=The table metadata can't be reloaded now. There are ongoing jobs 
with the following target subjects(s): %s. Please try reloading until all the 
jobs are completed, or manually discard the jobs.
 KE-010007301=Fail to fetch setting of excluded columns, because project %s is 
not enable excluded columns.
-KE-010007011=Up to 1000 tables could be loaded per time, please modify and 
resubmit.
+KE-010007011=Up to 1000 tables could be loaded per time, please modify and try 
again.
 
 ## 100322XX job
 KE-010032201=Can't add the job, as the subpartition value is empty. Please 
check and try again.

Reply via email to