File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ use datafusion_common::Result;
3434/// * [`CatalogProviderList`]: a collection of `CatalogProvider`s
3535/// * [`CatalogProvider`]: a collection of `SchemaProvider`s (sometimes called a "database" in other systems)
3636/// * [`SchemaProvider`]: a collection of `TableProvider`s (often called a "schema" in other systems)
37- /// * [`TableProvider]` : individual tables
37+ /// * [`TableProvider`] : individual tables
3838///
3939/// # Implementing Catalogs
4040///
@@ -99,7 +99,7 @@ use datafusion_common::Result;
9999/// [delta-rs]: https://github.com/delta-io/delta-rs
100100/// [`UnityCatalogProvider`]: https://github.com/delta-io/delta-rs/blob/951436ecec476ce65b5ed3b58b50fb0846ca7b91/crates/deltalake-core/src/data_catalog/unity/datafusion.rs#L111-L123
101101///
102- /// [`TableProvider]: crate::datasource ::TableProvider
102+ /// [`TableProvider` ]: crate::TableProvider
103103
104104pub trait CatalogProvider : Sync + Send {
105105 /// Returns the catalog provider as [`Any`]
You can’t perform that action at this time.
0 commit comments