Skip to content

Commit

Permalink
Merge pull request apache#1301 from druid-io/fix-type
Browse files Browse the repository at this point in the history
fix count agg factory type
  • Loading branch information
xvrl committed Apr 21, 2015
2 parents f73f14a + 7805357 commit 2b44066
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public byte[] getCacheKey()
@Override
public String getTypeName()
{
return "float";
return "long";
}

@Override
Expand Down

0 comments on commit 2b44066

Please sign in to comment.