Description
Currently InSet doesn't work properly for binary type, or struct and array type with null value in the set.
Because, as for binary type, the HashSet doesn't work properly for Array[Byte], and as for struct and array type with null value in the set, the ordering will throw a NPE.