Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx committed Feb 19, 2024
1 parent 826b118 commit 251e274
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ private static Column parseEsField(String fieldName, ObjectNode fieldValue, List
case "ip":
case "nested":
case "object":
case "wildcard":
case "constant_keyword":
type = ScalarType.createStringType();
break;
default:
Expand Down

0 comments on commit 251e274

Please sign in to comment.