Closed dandanlen closed 4 years ago
Currently null values are treated specially when we compute the list of distinct values.
It would make more sense to treat null as a valid distinct value in itself and include it in the returned list.
null
Done in #244
Currently null values are treated specially when we compute the list of distinct values.
It would make more sense to treat
null
as a valid distinct value in itself and include it in the returned list.