spotify/async-datastore-client

Missing support for null values

Closed this issue · 0 comments

Datastore seems to support null values, but this library doesn't. The documentation states that you can store/retrieve null values, and also use them in filters.

There's an ugly workaround with the current version to use null values: pass an empty list. But this doesn't work with filters.

Value.builder().build() seems to represent a null value.