altrisi opened this issue 3 years ago ยท 0 comments
It should throw an exception.
Possible fix: Change NullValue#equals(Object other) to other.isNull().
NullValue#equals(Object other)
other.isNull()
Same for null >= undef (or any other comparison really).
null >= undef