627628629630631632633634
{ try { return metastore.getDatabase(database); } catch (NoSuchObjectException e) { throw new SchemaNotFoundException(database); } }
723724725726727728729730
607608609610611612613614
488489490491492493494495
558559560561562563564565
597598599600601602603604