findepi commented on code in PR #11516: URL: https://github.com/apache/datafusion/pull/11516#discussion_r1686590748
########## datafusion/core/src/lib.rs: ########## @@ -535,6 +535,11 @@ pub use common::config; // NB datafusion execution is re-exported in the `execution` module +/// re-export of [`datafusion_catalog`] crate +pub mod catalog_api { Review Comment: There already is `catalog` and still in use. it contains TableProvider implementations that come with core. Do you mean the contents of proposed `catalog_api` should be imported into existing `catalog` module together with what core's module provides? -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org