Skip to content

Add support for column filters with null value #720

@dmitrykuzmin

Description

@dmitrykuzmin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions