Skip to content

Commit f014d97

Browse files
Merge b66159a into b5fa3c3
2 parents b5fa3c3 + b66159a commit f014d97

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ydb/core/kqp/opt/physical/kqp_opt_phy_olap_agg.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -299,11 +299,6 @@ TExprBase KqpPushOlapAggregate(TExprBase node, TExprContext& ctx, const TKqpOpti
299299
return node;
300300
}
301301

302-
// temporary for keys grouping push down not useful
303-
if (!aggCombine.Keys().Empty()) {
304-
return node;
305-
}
306-
307302
auto read = maybeRead.Cast();
308303
auto aggs = Build<TKqpOlapAggOperationList>(ctx, node.Pos());
309304

0 commit comments

Comments
 (0)