Skip to content

Commit

Permalink
[INLONG-9618][Manager] Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
fuweng11 committed Jan 25, 2024
1 parent d3601bb commit 64729ac
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ public enum FieldType {
MAP,
STRUCT,
FUNCTION,
CHAR,
LARGEINT,
JSON,
KEYWORD;

public static FieldType forName(String name) {
Expand Down

0 comments on commit 64729ac

Please sign in to comment.