Skip to content

Commit

Permalink
Fix bug casting to IP
Browse files Browse the repository at this point in the history
Signed-off-by: currantw <[email protected]>
  • Loading branch information
currantw committed Dec 2, 2024
1 parent ba31d34 commit 52f6e7f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ public static OpenSearchDataType of(MappingType mappingType, Map<String, Object>
return OpenSearchGeoPointType.of();
case Binary:
return OpenSearchBinaryType.of();
case Ip:
return OpenSearchIpType.of();
case Date:
case DateNanos:
// Default date formatter is used when "" is passed as the second parameter
Expand Down

0 comments on commit 52f6e7f

Please sign in to comment.