AttachTableRequest request)
throws ServiceException {
TableDesc desc;
if (catalog.existsTable(request.getName())) {
throw new AlreadyExistsTableException(request.getName());
}
Path tablePath = new Path(request.getPath());
LOG.info(tablePath.toUri());