mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update src/Analyzer/Passes/QueryAnalysisPass.cpp
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
This commit is contained in:
parent
7cc4b8b1ae
commit
c634c43662
@ -970,7 +970,7 @@ private:
|
||||
if (!node->hasAlias())
|
||||
return;
|
||||
|
||||
// We don't should not resolve expressions to WindowNode
|
||||
// We should not resolve expressions to WindowNode
|
||||
if (node->getNodeType() == QueryTreeNodeType::WINDOW)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user