Skip to content

Commit

Permalink
[MINOR] correct document mistakes (#12068)
Browse files Browse the repository at this point in the history
* mistake

* mistake
  • Loading branch information
FANNG1 committed Aug 20, 2024
1 parent 67cf1d6 commit 37e54ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/catalog/src/catalog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use datafusion_common::Result;
/// * [`CatalogProviderList`]: a collection of `CatalogProvider`s
/// * [`CatalogProvider`]: a collection of `SchemaProvider`s (sometimes called a "database" in other systems)
/// * [`SchemaProvider`]: a collection of `TableProvider`s (often called a "schema" in other systems)
/// * [`TableProvider]`: individual tables
/// * [`TableProvider`]: individual tables
///
/// # Implementing Catalogs
///
Expand Down Expand Up @@ -99,7 +99,7 @@ use datafusion_common::Result;
/// [delta-rs]: https://github.com/delta-io/delta-rs
/// [`UnityCatalogProvider`]: https://github.com/delta-io/delta-rs/blob/951436ecec476ce65b5ed3b58b50fb0846ca7b91/crates/deltalake-core/src/data_catalog/unity/datafusion.rs#L111-L123
///
/// [`TableProvider]: crate::datasource::TableProvider
/// [`TableProvider`]: crate::TableProvider

pub trait CatalogProvider: Sync + Send {
/// Returns the catalog provider as [`Any`]
Expand Down

0 comments on commit 37e54ee

Please sign in to comment.