v.25.2Improvement

Querying system.tables Behavior and Removal of getTotalRows from Hive Tables

Querying system.tables will not throw even if there is a Merge table created over a database that no longer exists. Remove the getTotalRows method from Hive tables because we don't allow it to do complex work. #75772 (Alexey Milovidov).