Skip to content

Commit 6a8a352

Browse files
committed
fix
1 parent 9d7e431 commit 6a8a352

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/query/service/src/pipelines/pipeline_builder.rs

+2
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ impl PipelineBuilder {
220220
}
221221
PhysicalPlan::Shuffle(shuffle) => self.build_shuffle(shuffle),
222222
PhysicalPlan::Duplicate(duplicate) => self.build_duplicate(duplicate),
223+
PhysicalPlan::BroadcastSource(source) => self.build_broadcast_source(source),
224+
PhysicalPlan::BroadcastSink(sink) => self.build_broadcast_sink(sink),
223225

224226
// ==============================
225227
// 4. Data Modification Operations

0 commit comments

Comments
 (0)