File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ use datafusion_common::Result;
34
34
/// * [`CatalogProviderList`]: a collection of `CatalogProvider`s
35
35
/// * [`CatalogProvider`]: a collection of `SchemaProvider`s (sometimes called a "database" in other systems)
36
36
/// * [`SchemaProvider`]: a collection of `TableProvider`s (often called a "schema" in other systems)
37
- /// * [`TableProvider]` : individual tables
37
+ /// * [`TableProvider`] : individual tables
38
38
///
39
39
/// # Implementing Catalogs
40
40
///
@@ -99,7 +99,7 @@ use datafusion_common::Result;
99
99
/// [delta-rs]: https://github.com/delta-io/delta-rs
100
100
/// [`UnityCatalogProvider`]: https://github.com/delta-io/delta-rs/blob/951436ecec476ce65b5ed3b58b50fb0846ca7b91/crates/deltalake-core/src/data_catalog/unity/datafusion.rs#L111-L123
101
101
///
102
- /// [`TableProvider]: crate::datasource ::TableProvider
102
+ /// [`TableProvider` ]: crate::TableProvider
103
103
104
104
pub trait CatalogProvider : Sync + Send {
105
105
/// Returns the catalog provider as [`Any`]
You can’t perform that action at this time.
0 commit comments