druid-io / pydruid

A Python connector for Druid
Other
506 stars 194 forks source link

fix: make 'ordering' arg optional for 'Filter' #184

Closed mistercrunch closed 4 years ago

mistercrunch commented 4 years ago

problem came from https://github.com/druid-io/pydruid/pull/170 @john-bodley

It would be great to have explicite method signatures here instead of **args...

mistercrunch commented 4 years ago

steamrolling as I'm crafting a new release