We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f75087 commit 8655c11Copy full SHA for 8655c11
1 file changed
src/Storages/StorageMerge.cpp
@@ -786,7 +786,7 @@ QueryTreeNodePtr replaceTableExpressionAndRemoveJoin(
786
projection.clear();
787
NamesAndTypes projection_columns;
788
789
- // Select only required columns from the table, because prjection list may contain:
+ // Select only required columns from the table, because projection list may contain:
790
// 1. aggregate functions
791
// 2. expressions referencing other tables of JOIN
792
for (auto const & column_name : required_column_names)
0 commit comments