Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed May 21, 2024
1 parent 51c09fb commit 0c596f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/catalog/src/table_source/dummy_catalog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use table::table::adapter::DfTableProviderAdapter;
use crate::error::TableNotExistSnafu;
use crate::CatalogManagerRef;

/// Delegate the resolving rquests to the `[CatalogManager]` unconditionally.
/// Delegate the resolving requests to the `[CatalogManager]` unconditionally.
#[derive(Clone)]
pub struct DummyCatalogList {
catalog_manager: CatalogManagerRef,
Expand Down
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 @@ -75,7 +75,7 @@ pub fn create_aggregate_function(
#[async_trait::async_trait]
pub trait SubstraitPlanDecoder {
/// Decode the `[LogicalPlan]` from bytes with the `[CatalogProviderList]`.
/// When `optimzie` is true, it will do the optimization for decoded plan.
/// When `optimize` is true, it will do the optimization for decoded plan.
async fn decode(
&self,
message: bytes::Bytes,
Expand Down

0 comments on commit 0c596f1

Please sign in to comment.