clickhouse: fixed median aggregate function type check [#CONV-5879].

This commit is contained in:
Michael Kolupaev 2012-10-24 18:53:48 +00:00
parent 544dd9a596
commit 61e04ed781

View File

@ -45,8 +45,6 @@ namespace DB
void setArgument(const DataTypePtr & argument)
{
if (type->getName() != argument->getName())
throw Exception("Argument type mismatch", ErrorCodes::TYPE_MISMATCH);
}
void addOne(const Field & value)