Description
Original issue metabase/metabase#57352
The problem is following:
- data is stored in IPV6 column
- data can be Ipv4 or Ipv6 address
- there is a problem when address is really Ipv4
- Java enforces address format in
java.net.InetAddress#getByAddress(java.lang.String, byte[]) so if Ipv4 in ipv6 format is provide - really Inet4Address will be returned.