mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fix typo
This commit is contained in:
parent
5f75087178
commit
8655c11280
@ -786,7 +786,7 @@ QueryTreeNodePtr replaceTableExpressionAndRemoveJoin(
|
||||
projection.clear();
|
||||
NamesAndTypes projection_columns;
|
||||
|
||||
// Select only required columns from the table, because prjection list may contain:
|
||||
// Select only required columns from the table, because projection list may contain:
|
||||
// 1. aggregate functions
|
||||
// 2. expressions referencing other tables of JOIN
|
||||
for (auto const & column_name : required_column_names)
|
||||
|
Loading…
Reference in New Issue
Block a user