You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fluss-rpc/src/main/java/com/alibaba/fluss/rpc/protocol/Errors.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ public enum Errors {
222
222
"This most likely occurs because of a request being malformed by the client library or the message was sent to an incompatible server. See the server logs for more details.",
223
223
InvalidRequestException::new),
224
224
INVALID_ALTER_TABLE_EXCEPTION(
225
-
40, "The alter table is invalid.", InvalidAlterTableException::new);
225
+
55, "The alter table is invalid.", InvalidAlterTableException::new);
0 commit comments