druid-io / pydruid

A Python connector for Druid
Other
507 stars 198 forks source link

bugfix nested `and`/`or` filters inside `not` #51

Closed dakra closed 8 years ago

dakra commented 8 years ago

I accidentally introduced a bug in #46 that only shows when you nest and or or filters inside a not filter. This commit fixed that.