From 386b77d03052398d0fb11df89fba1498c61030c7 Mon Sep 17 00:00:00 2001 From: dennis zhuang Date: Thu, 30 May 2024 10:04:15 -0700 Subject: [PATCH] chore: style Co-authored-by: Ruihang Xia --- src/common/query/src/logical_plan.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/query/src/logical_plan.rs b/src/common/query/src/logical_plan.rs index 72e45d24b9e8..81f24779d4f3 100644 --- a/src/common/query/src/logical_plan.rs +++ b/src/common/query/src/logical_plan.rs @@ -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,