Merge pull request #1301 from druid-io/fix-type

fix count agg factory type
This commit is contained in:
Xavier Léauté 2015-04-21 09:24:20 -07:00
commit 2b4406671e
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ public class CountAggregatorFactory implements AggregatorFactory
@Override
public String getTypeName()
{
return "float";
return "long";
}
@Override