Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
kitaisreal committed Apr 27, 2024
1 parent 0a2d1ed commit 853a1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Planner/CollectSets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class CollectSetsVisitor : public ConstInDepthQueryTreeVisitor<CollectSetsVisito

auto subquery_to_execute = in_second_argument;
if (in_second_argument->as<TableNode>())
subquery_to_execute = buildSubqueryToReadColumnsFromTableExpression(std::move(subquery_to_execute), planner_context.getQueryContext());
subquery_to_execute = buildSubqueryToReadColumnsFromTableExpression(subquery_to_execute, planner_context.getQueryContext());

sets.addFromSubquery(set_key, std::move(subquery_to_execute), settings);
}
Expand Down

0 comments on commit 853a1f7

Please sign in to comment.