fix wrong schema for javascriptAggregator/fnReset (#24)

Fixes #23
This commit is contained in:
Erik Assum 2017-06-07 11:21:57 +02:00 committed by Guillaume Buisson
parent a0de6ab106
commit 00a10d0bb8

View file

@ -51,7 +51,7 @@
:fieldNames [s/Str] :fieldNames [s/Str]
:fnAggregate s/Str :fnAggregate s/Str
:fnCombine s/Str :fnCombine s/Str
:fnReset [s/Str]}) :fnReset s/Str})
(s/defschema cardinalityAggregator (s/defschema cardinalityAggregator
"Computes the cardinality of a set of Druid dimensions, using HyperLogLog to estimate the cardinality." "Computes the cardinality of a set of Druid dimensions, using HyperLogLog to estimate the cardinality."