Skip to content

Commit

Permalink
chore: apply suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Ruihang Xia <[email protected]>
  • Loading branch information
killme2008 and waynexia authored May 28, 2024
1 parent 74f4748 commit be50545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/src/query_engine/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ impl QueryEngineContext {
))
}

/// Creates a `[LogicalPlan]` decoder
/// Creates a [`LogicalPlan`] decoder
pub fn new_plan_decoder(&self) -> crate::error::Result<SubstraitPlanDecoderRef> {
Ok(Arc::new(DefaultPlanDecoder::new(
self.state.clone(),
Expand Down

0 comments on commit be50545

Please sign in to comment.