CodeLionX / actordb

Actor Database System Framework using Akka
MIT License
0 stars 2 forks source link

`Relation.where` does not function on missing values as expected #36

Closed srfc closed 6 years ago

srfc commented 6 years ago

Bug Report

Relation.where does not function on missing values as expected.

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

  1. create Relation with missing values for some Records on in one column
  2. execute MissingValuesRelation.where(MissingValuesRelation.someColumn, (_: Any) => true)
  3. result set is missing all Records that are missing values in someColumn