Update ActionsVisitor.cpp

This commit is contained in:
alexey-milovidov 2020-02-02 04:33:13 +03:00 committed by GitHub
parent c1624f0d9d
commit ef2346b0fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,7 +159,7 @@ SetPtr makeExplicitSet(
auto throw_unsupported_type = [](const auto & type)
{
throw Exception("Unsupported value type at the right-side of IN:"
throw Exception("Unsupported value type at the right-side of IN: "
+ type->getName() + ".", ErrorCodes::ILLEGAL_TYPE_OF_ARGUMENT);
};