mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Try to fix analyzer tests.
This commit is contained in:
parent
d0d39c8f61
commit
d34b6e5f35
@ -1397,7 +1397,7 @@ FutureSetPtr ActionsMatcher::makeSet(const ASTFunction & node, Data & data, bool
|
||||
return {};
|
||||
//std::cerr << queryToString(right_in_operand) << std::endl;
|
||||
PreparedSetKey set_key;
|
||||
if (data.getContext()->getSettingsRef().allow_experimental_analyzer)
|
||||
if (data.getContext()->getSettingsRef().allow_experimental_analyzer && !identifier)
|
||||
{
|
||||
InterpreterSelectQueryAnalyzer interpreter(right_in_operand, data.getContext(), SelectQueryOptions().analyze(true).subquery());
|
||||
auto query_tree = interpreter.getQueryTree();
|
||||
|
Loading…
Reference in New Issue
Block a user