alamb commented on issue #6496: URL: https://github.com/apache/arrow-datafusion/issues/6496#issuecomment-1572588546
> catalog::catalog I think `catalog` is a common "database"y term for what is in `catalog` What do you think about simply moving the contents of `catalog/catalog.rs` into `catalog/mod.rs` ? https://github.com/apache/arrow-datafusion/blob/3907997cd0bcf24e1f4e50c272ec50265bc07c23/datafusion/core/src/catalog/catalog.rs#L18 So instead of `catalog::catalog::Catalog` code could just refer to `catalog::Catalog`? -- 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]
