Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Dousir9 committed Sep 25, 2023
1 parent 0101b02 commit f992e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/service/src/pipelines/pipeline_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1951,7 +1951,7 @@ impl PipelineBuilder {
}

self.main_pipeline.add_transform(|input, output| {
let probe_spill_state = if self.settings.get_enable_join_spill()? {
let probe_spill_state = if self.settings.get_join_spilling_threshold()? != 0 {
Some(Box::new(ProbeSpillState::create(
self.ctx.clone(),
probe_state.clone(),
Expand Down

0 comments on commit f992e23

Please sign in to comment.