Fix build.

This commit is contained in:
Nikolai Kochetov 2020-05-28 14:00:12 +03:00
parent da0052858d
commit 2a9bcfbcd1

View File

@ -115,7 +115,7 @@ void SelectStreamFactory::createForShard(
const Cluster::ShardInfo & shard_info,
const String &, const ASTPtr & query_ast,
const Context & context, const ThrottlerPtr & throttler,
const SelectQueryInfo & query_info,
const SelectQueryInfo &,
Pipes & res)
{
bool force_add_agg_info = processed_stage == QueryProcessingStage::WithMergeableState;