Skip to content

Commit bc79891

Browse files
committed
fix errors.
1 parent d9c40d9 commit bc79891

File tree

1 file changed

+1
-1
lines changed
  • fluss-rpc/src/main/java/com/alibaba/fluss/rpc/protocol

1 file changed

+1
-1
lines changed

fluss-rpc/src/main/java/com/alibaba/fluss/rpc/protocol/Errors.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public enum Errors {
222222
"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.",
223223
InvalidRequestException::new),
224224
INVALID_ALTER_TABLE_EXCEPTION(
225-
40, "The alter table is invalid.", InvalidAlterTableException::new);
225+
55, "The alter table is invalid.", InvalidAlterTableException::new);
226226

227227
private static final Logger LOG = LoggerFactory.getLogger(Errors.class);
228228

0 commit comments

Comments
 (0)