You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2023/06/20 03:40:00 UTC

[linkis] branch dev-1.4.0 updated: Modify the flink error code (#4666)

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

peacewong pushed a commit to branch dev-1.4.0
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/dev-1.4.0 by this push:
     new cd59dbadb Modify the flink error code (#4666)
cd59dbadb is described below

commit cd59dbadbf9c03c0e34b610b3df79ccd0a2729c8
Author: ChengJie1053 <18...@163.com>
AuthorDate: Tue Jun 20 11:39:55 2023 +0800

    Modify the flink error code (#4666)
---
 .../engineconnplugin/flink/errorcode/FlinkErrorCodeSummary.java       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/linkis-engineconn-plugins/flink/src/main/java/org/apache/linkis/engineconnplugin/flink/errorcode/FlinkErrorCodeSummary.java b/linkis-engineconn-plugins/flink/src/main/java/org/apache/linkis/engineconnplugin/flink/errorcode/FlinkErrorCodeSummary.java
index 7748563c4..3bd500dc3 100644
--- a/linkis-engineconn-plugins/flink/src/main/java/org/apache/linkis/engineconnplugin/flink/errorcode/FlinkErrorCodeSummary.java
+++ b/linkis-engineconn-plugins/flink/src/main/java/org/apache/linkis/engineconnplugin/flink/errorcode/FlinkErrorCodeSummary.java
@@ -74,8 +74,8 @@ public enum FlinkErrorCodeSummary implements LinkisErrorCode {
   INVALID_SQL_STATEMENT(16022, "Invalid SQL statement.(无效的 SQL 语句.)"),
   NO_TABLE_FOUND(16022, "No table with this name could be found.(找不到具有此名称的表.)"),
   INVALID_SQL_QUERY(16022, "Invalid SQL query.(无效的 SQL 查询.)"),
-  FAILED_SWITCH_DATABASE(16022, "Failed to switch to catalog (无法切换到目录):{0}"),
-  FAILED_SWITCH_CATALOG(16022, "Failed to switch to database (无法切换到数据库):{0}"),
+  FAILED_SWITCH_DATABASE(16022, "Failed to switch to database (无法切换到数据库):{0}"),
+  FAILED_SWITCH_CATALOG(16022, "Failed to switch to catalog (无法切换到目录):{0}"),
   SQL_EXECUTION_ID(16022, ""),
   NO_JOB_SUBMITTED(16023, "No job has been submitted. This is a bug.(未提交任何作业,这是一个错误.)"),
   NOT_SAVEPOINT_MODE(16023, "not supported savepoint operator mode(不支持保存点操作员模式)"),


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org