druid-io / pydruid

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

Add min and max aggregators for long and double #84

Closed azymnis closed 7 years ago

azymnis commented 7 years ago

This fixes the existing min and max aggregators. Based on the druid docs these should be doubleMin, doubleMax, longMin, and longMax.

azymnis commented 7 years ago

Anyone to look at this?

azymnis commented 7 years ago

@gianm thanks for the review. I added back the deprecated methods and also signed the CLA