Update TreeRewriter.cpp

This commit is contained in:
Nikita Mikhaylov 2020-12-23 04:54:49 +03:00 committed by GitHub
parent b81e067cd4
commit 9d8948657c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -631,7 +631,7 @@ void TreeRewriterResult::collectUsedColumns(const ASTPtr & query, bool is_select
{
auto hints = storage->getHints(name);
if (!hints.empty())
ss << " '" << toString(hints) << " '";
ss << " '" << toString(hints) << "'";
}
}
else