Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify the flink error code #4666

Merged
merged 1 commit into from
Jun 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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