We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d20552c commit f94fdc3Copy full SHA for f94fdc3
ydb/core/kqp/opt/physical/effects/kqp_opt_phy_update.cpp
@@ -91,7 +91,7 @@ TExprBase KqpBuildUpdateStages(TExprBase node, TExprContext& ctx, const TKqpOpti
91
92
const auto& table = kqpCtx.Tables->ExistingTable(kqpCtx.Cluster, update.Table().Path());
93
94
- const bool isSink = NeedSinks(table, kqpCtx) && table.Metadata->Kind == EKikimrTableKind::Olap;
+ const bool isSink = NeedSinks(table, kqpCtx);
95
const bool needPrecompute = !isSink;
96
97
if (needPrecompute) {
0 commit comments