Skip to content

Commit b66159a

Browse files
switch on aggregations pushdown into CS
1 parent 75ab2b2 commit b66159a

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)