Skip to content

Commit 5b257b1

Browse files
committed
original flat map
1 parent 170a4c2 commit 5b257b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,8 @@ TExprBase KqpPushOlapFilter(TExprBase node, TExprContext& ctx, const TKqpOptimiz
856856
.Build()
857857
.Done();
858858

859+
(void)pushedOriginalFormLambda;
860+
859861
auto newProcessLambda = Build<TCoLambda>(ctx, node.Pos())
860862
.Args({"olap_filter_row"})
861863
.Body<TExprApplier>()
@@ -885,7 +887,7 @@ TExprBase KqpPushOlapFilter(TExprBase node, TExprContext& ctx, const TKqpOptimiz
885887
.Settings(read.Settings())
886888
.ExplainPrompt(read.ExplainPrompt())
887889
.Process(newProcessLambda)
888-
.ProcessOriginalForm(pushedOriginalFormLambda)
890+
.ProcessOriginalForm(lambda)//pushedOriginalFormLambda)
889891
.Done();
890892

891893
#ifdef ENABLE_COLUMNS_PRUNING

0 commit comments

Comments
 (0)