Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
leiysky committed May 7, 2022
1 parent e427df8 commit 8ec8b03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions query/src/sql/exec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ impl PipelineBuilder {
transform_output_port,
&partial_aggr_params,
)?,
self.ctx.clone(),
)
})?;

Expand All @@ -388,6 +389,7 @@ impl PipelineBuilder {
transform_output_port,
&final_aggr_params,
)?,
self.ctx.clone(),
)
})?;

Expand Down

0 comments on commit 8ec8b03

Please sign in to comment.