zhangbutao commented on PR #6088: URL: https://github.com/apache/hive/pull/6088#issuecomment-3419512517
> is the PR ready for review? cc @difin - once merged, we should probably update the RestCatalog client to use selected catalog configs This PR involves many database interfaces. Some of the interfaces I've marked with TODO tags and need a double check to avoid potential issues that could be hard to troubleshoot in future development. But I welcome reviews of this PR during the period when I'm optimizing the code. Additionally, this PR only addresses the interfaces for switching catalogs and databases, and does not cover interfaces related to `cat.db.table`. Therefore, even if the catalog and database are switched, the current client will still query tables from the default `hive `catalog. The code related to `cat.db.tbl` (part of the work in HIVE-29177) will also involve many table-related interfaces, which presents certain refactoring challenges. If I have enough time in the near future, I might write down some thoughts on federated catalogs, including typical use cases and the code refactoring challenges involved. I hope this will attract more developers to join the discussion. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
