core-java icon indicating copy to clipboard operation
core-java copied to clipboard

Add support for column filters with `null` value

Open dmitrykuzmin opened this issue 7 years ago • 0 comments

Currently, we support @Nullable entity columns which can have null as their value, but do not support querying for null via column filters.

ColumnFilters utility responsible for filter creation currently does not accept null as filter value and nor do querying mechanisms of in-memory storage, JDBC storage and Google Cloud Storage.

We should add null support for EQUALS operator or even create a new separate operator.

dmitrykuzmin avatar Jun 07 '18 14:06 dmitrykuzmin