data-engineering-collective / plateau

Flat files, flat land.
MIT License
23 stars 8 forks source link

Introduce `is distinct from` predicate operation #119

Closed IzerOnadimQC closed 10 months ago

IzerOnadimQC commented 10 months ago

Introduces an is distinct from predicate operation, which replaces the current != operation. The current behaviour of != is deprecated, and will be replaced in version 5.0 with an SQL-like behaviour, i.e. missing values will not be returned when using the predicate.

xhochy commented 10 months ago

@IzerOnadimQC Can you fix the CI error (data missing for 14.0.2)? Then we can merge&release.