Update src/Analyzer/Passes/QueryAnalysisPass.cpp

Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
This commit is contained in:
Dmitry Novik 2023-10-27 16:47:06 +02:00 committed by GitHub
parent 7cc4b8b1ae
commit c634c43662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;