Skip to content

Commit 7b49d67

Browse files
committed
build
1 parent 28a58ac commit 7b49d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/opt/logical/kqp_opt_log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ class TKqpLogicalOptTransformer : public TOptimizeTransformerBase {
193193
}
194194

195195
TMaybeNode<TExprBase> ExpandWindowFunctions(TExprBase node, TExprContext& ctx) {
196-
TExprBase output = DqExpandWindowFunctions(node, ctx, true);
196+
TExprBase output = DqExpandWindowFunctions(node, ctx, TypesCtx, true);
197197
DumpAppliedRule("ExpandWindowFunctions", node.Ptr(), output.Ptr(), ctx);
198198
return output;
199199
}

0 commit comments

Comments
 (0)