Skip to content

Commit

Permalink
Checkin: Median function lose decimal part in DA totals [45344]
Browse files Browse the repository at this point in the history
  • Loading branch information
lzhang authored and mwu committed Dec 14, 2011
1 parent 8fbe0b7 commit b14fa29
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ public int getType()
*/
public int getDataType( )
{
return DataType.ANY_TYPE;
return DataType.DOUBLE_TYPE;
}

/*
Expand Down

0 comments on commit b14fa29

Please sign in to comment.