y42 / clj-druid

Eclipse Public License 1.0
31 stars 10 forks source link

Min/Max Aggregators no longer supported, use doubleMin/doubleMax instead #12

Closed msprunck closed 7 years ago

msprunck commented 7 years ago

As indicated in the 0.8.3 release notes, min/max aggregators have been removed in favor of doubleMin, doubleMax, longMin, and longMax aggregators.