mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
clickhouse: fixed median aggregate function type check [#CONV-5879].
This commit is contained in:
parent
544dd9a596
commit
61e04ed781
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user