Skip to content

Commit

Permalink
Modify the flink error code (#4666)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengJie1053 authored Jun 20, 2023
1 parent 1149374 commit cd59dba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(不支持保存点操作员模式)"),
Expand Down

0 comments on commit cd59dba

Please sign in to comment.