druid-io / pydruid

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

don't raise exception when filter/having/dimension is None #58

Closed dakra closed 7 years ago

dakra commented 8 years ago

for almost all keywords you can set the value to None. But filter/having/dimension raises an Exception because it calls .build_...

fixes #30

xvrl commented 8 years ago

@dakra some tests would be nice

dakra commented 7 years ago

I added a test

fjy commented 7 years ago

👍