提交 1a073f70 编写于 作者: A Alexey Milovidov

Fix exception message

上级 9ed0c3c8
...@@ -80,7 +80,7 @@ public: ...@@ -80,7 +80,7 @@ public:
} }
if (!isUnsignedInteger(arguments[1])) if (!isUnsignedInteger(arguments[1]))
throw Exception("Second argument of aggregate function " + getName() + " must be integer.", ErrorCodes::ILLEGAL_TYPE_OF_ARGUMENT); throw Exception("Second argument of aggregate function " + getName() + " must be unsigned integer.", ErrorCodes::ILLEGAL_TYPE_OF_ARGUMENT);
if (default_value.isNull()) if (default_value.isNull())
default_value = type->getDefault(); default_value = type->getDefault();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册