alamb commented on code in PR #9002:
URL: https://github.com/apache/arrow-datafusion/pull/9002#discussion_r1467944509
##########
datafusion/core/src/catalog/mod.rs:
##########
@@ -53,28 +53,32 @@ pub trait CatalogList: Sync + Send {
fn catalog(&self, name: &str) -> Option<Arc<dyn CatalogProvider>>;
}
+/// See [`CatalogProviderList`]
Review Comment:
👍 -- this will probably still error on compilation, but at least it should
point users in the right way 👍
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]