bullet-db / bullet-storm

The Apache Storm implementation of the Bullet backend

Home Page:https://bullet-db.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passing in a null in values for a filter clause causes a NullPointerException

akshaisarma opened this issue · comments

Actual nulls rather than the "Null", "NULL", "null" causes a NullPointerException when the field is compared to the null.

The fix is to ignore nulls. We require the String NULL expression to be used instead.