You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/06/01 18:37:09 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #6496: Disambiguate nested modules with repeated names (`clippy::module_inception`)

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org