You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2022/12/13 10:25:17 UTC

[kylin] 10/25: Update

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 8e1cfc8b41fba68b93e02bdc40056b97c613dca1
Author: KmCherry0 <ru...@kyligence.io>
AuthorDate: Wed Sep 21 14:53:01 2022 +0800

    Update
---
 .../java/org/apache/kylin/common/exception/code/ErrorCodeServer.java    | 2 --
 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 --
 src/core-common/src/main/resources/kylin_errorcode_conf.properties      | 2 --
 4 files changed, 8 deletions(-)

diff --git a/src/core-common/src/main/java/org/apache/kylin/common/exception/code/ErrorCodeServer.java b/src/core-common/src/main/java/org/apache/kylin/common/exception/code/ErrorCodeServer.java
index c8abaa1142..3a0ca0195d 100644
--- a/src/core-common/src/main/java/org/apache/kylin/common/exception/code/ErrorCodeServer.java
+++ b/src/core-common/src/main/java/org/apache/kylin/common/exception/code/ErrorCodeServer.java
@@ -32,8 +32,6 @@ public enum ErrorCodeServer implements ErrorCodeProducer {
     MODEL_NAME_DUPLICATE("KE-010002206"),
     SIMPLIFIED_MEASURES_MISSING_ID("KE-010002207"),
     MODEL_NOT_EXIST_SEGMENTS("KE-010002208"),
-    MODEL_TDS_EXPORT_DIM_COL_AND_MEASURE_NAME_CONFLICT("KE-010002301"),
-    MODEL_TDS_EXPORT_COLUMN_AND_MEASURE_NAME_CONFLICT("KE-010002302"),
 
     // 100252XX Cube
     CUBE_NOT_EXIST("KE-010025201"),
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 327c28d18d..27641ca5b2 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
@@ -32,8 +32,6 @@ KE-010002205=无效的模型名称 “%s”。请使用字母、数字或下划
 KE-010002206=模型 “%s” 已存在。请重新命名。
 KE-010002207=修改模型时,simplified_measures 参数中的每个度量必须传入 id 值。请为以下度量传入 id 之后重试:%s。
 KE-010002208=模型上线必须存在 Segment。请重新输入。
-KE-010002301=维度的列名 %s 与度量名 %s 重复,无法导出 TDS。请去除重名后再重试。
-KE-010002302=模型中的列名 %s 与度量名 %s 重复,无法导出 TDS。请去除重名后再重试。
 
 ## 100252XX Cube
 KE-010025201=无法找到相关 Cube。
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 5a5f9ea5fb..3f87894a80 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
@@ -32,8 +32,6 @@ KE-010002205=The model name "%s" is invalid. Please use letters, numbers and und
 KE-010002206=Model "%s" already exists. Please rename it.
 KE-010002207=When modifying model, each measure id is required in simplified_measures parameter. Please pass ids for following measures and try again: %s.
 KE-010002208=The online model must have a segment. Please re-enter.
-KE-010002301=There are duplicated names among dimension column %s and measure name %s. Cannot export a valid TDS file. Please correct the duplicated names and try again.
-KE-010002302=There are duplicated names among model column %s and measure name %s. Cannot export a valid TDS file. Please correct the duplicated names and try again.
 
 ## 100252XX Cube
 KE-010025201=Can't find the cube.
diff --git a/src/core-common/src/main/resources/kylin_errorcode_conf.properties b/src/core-common/src/main/resources/kylin_errorcode_conf.properties
index 7f07828a6a..5b506d68fb 100644
--- a/src/core-common/src/main/resources/kylin_errorcode_conf.properties
+++ b/src/core-common/src/main/resources/kylin_errorcode_conf.properties
@@ -33,8 +33,6 @@ KE-010002205
 KE-010002206
 KE-010002207
 KE-010002208
-KE-010002301
-KE-010002302
 
 ## 100252XX Cube
 KE-010025201