You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Unknown exception: Instantiation of [simple type, class io.druid.query.filter.OrDimFilter] value failed: OR operator requires at least one field (through reference chain: io.druid.query.filter.OrDimFilter["fields"])
Since the dataset $user__is_new is a member of is in-memory, Plywood should filter in-memory instead of passing through to Druid.
Also of note, if I use a quantile filter instead of an equality filter (e.g.
Created a POST request of
Which makes Druid throw
Since the dataset
$user__is_new
is a member of is in-memory, Plywood should filter in-memory instead of passing through to Druid.Also of note, if I use a quantile filter instead of an equality filter (e.g.
it works as expected.
The text was updated successfully, but these errors were encountered: