mirror of https://github.com/apache/druid.git
Merge pull request #1301 from druid-io/fix-type
fix count agg factory type
This commit is contained in:
commit
2b4406671e
|
@ -115,7 +115,7 @@ public class CountAggregatorFactory implements AggregatorFactory
|
|||
@Override
|
||||
public String getTypeName()
|
||||
{
|
||||
return "float";
|
||||
return "long";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue