Skip to content

Commit a5b6bf3

Browse files
committed
Disable YQL whole-graph block propagation
1 parent 6ac8c14 commit a5b6bf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/core/kqp/opt/kqp_opt_build_txs.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,6 @@ class TKqpBuildTxsTransformer : public TSyncTransformerBase {
578578
.Add(*TypeAnnTransformer, "TypeAnnotation")
579579
.AddPostTypeAnnotation(/* forSubgraph */ true)
580580
.Add(CreateKqpBuildPhyStagesTransformer(enableSpillingGenericQuery, typesCtx, config->BlockChannelsMode), "BuildPhysicalStages")
581-
.Add(CreateKqpBuildWideBlockChannelsTransformer(typesCtx, config->BlockChannelsMode), "BuildWideBlockChannels")
582581
.Add(*BuildTxTransformer, "BuildPhysicalTx")
583582
.Add(CreateKqpTxPeepholeTransformer(
584583
TypeAnnTransformer.Get(), typesCtx, config,

0 commit comments

Comments
 (0)