tustvold commented on code in PR #4740: URL: https://github.com/apache/arrow-datafusion/pull/4740#discussion_r1057627960
########## datafusion/core/src/catalog/mod.rs: ########## @@ -20,7 +20,7 @@ #![allow(clippy::module_inception)] pub mod catalog; -pub mod information_schema; +pub(crate) mod information_schema; Review Comment: There wasn't anything public in the module so we might as well just make it crate private https://docs.rs/datafusion/latest/datafusion/catalog/information_schema/index.html -- 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]
