You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Alexander Pivovarov (JIRA)" <ji...@apache.org> on 2015/05/05 04:07:06 UTC

[jira] [Created] (HIVE-10608) Fix useless 'if' stamement in RetryingMetaStoreClient (135)

Alexander Pivovarov created HIVE-10608:
------------------------------------------

             Summary: Fix useless 'if' stamement in RetryingMetaStoreClient (135)
                 Key: HIVE-10608
                 URL: https://issues.apache.org/jira/browse/HIVE-10608
             Project: Hive
          Issue Type: Bug
          Components: Metastore
            Reporter: Alexander Pivovarov
            Assignee: Alexander Pivovarov
            Priority: Minor


"if" statement below is useless because it ends with ;
{code}
      } catch (MetaException e) {
        if (e.getMessage().matches("(?s).*(IO|TTransport)Exception.*"));
        caughtException = e;
      }
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)