Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-10608

Fix useless 'if' statement in RetryingMetaStoreClient (135)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.3.0, 2.0.0
    • Metastore
    • None

    Description

      "if" statement below is useless because it ends with ;

            } catch (MetaException e) {
              if (e.getMessage().matches("(?s).*(IO|TTransport)Exception.*"));
              caughtException = e;
            }
      

      Attachments

        1. HIVE-10608.1.patch
          0.9 kB
          Alexander Pivovarov
        2. rb33861.patch
          0.9 kB
          Alexander Pivovarov

        Issue Links

          Activity

            People

              apivovarov Alexander Pivovarov
              apivovarov Alexander Pivovarov
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: