Skip to content

Commit

Permalink
chore: style
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 30, 2024
1 parent 3efdea8 commit 78a9d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/query/src/logical_plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pub fn create_aggregate_function(
/// The datafusion `[LogicalPlan]` decoder.
#[async_trait::async_trait]
pub trait SubstraitPlanDecoder {
/// Decode the `[LogicalPlan]` from bytes with the `[CatalogProviderList]`.
/// Decode the [`LogicalPlan`] from bytes with the [`CatalogProviderList`].
/// When `optimize` is true, it will do the optimization for decoded plan.
async fn decode(
&self,
Expand Down

0 comments on commit 78a9d8b

Please sign in to comment.