Skip to content

Commit

Permalink
Update AlterOrDropTableOperationType.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Caideyipi committed Jan 20, 2025
1 parent 3759c42 commit 1d914ee
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ public static AlterOrDropTableOperationType getType(final byte value) {
return RENAME_TABLE;
case 5:
return DROP_TABLE;
case 6:
return COMMENT_COLUMN;
default:
throw new IllegalArgumentException();
}
Expand Down

0 comments on commit 1d914ee

Please sign in to comment.