fix count agg factory type

This commit is contained in:
fjy 2015-04-21 09:23:04 -07:00
parent 0c734c691a
commit 7805357ab1
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