v.25.2Improvement
Querying system.tables Behavior and Removal of getTotalRows from Hive Tables
Queryingsystem.tableswill not throw even if there is aMergetable created over a database that no longer exists. Remove thegetTotalRowsmethod fromHivetables because we don't allow it to do complex work. #75772 (Alexey Milovidov).