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

Typo in the JdbcConnectionParams constructor

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Trivial
    • Resolution: Unresolved
    • None
    • None
    • None
    • None
    • Patch

    Description

      Seems like the last one should be params.rejectedHostZnodePaths as well:

      jdbc/src/java/org/apache/hive/jdbc/Utils.java:

      public JdbcConnectionParams(JdbcConnectionParams params) {
      this.host = params.host;
      this.port = params.port;
      ...
      this.rejectedHostZnodePaths.addAll(rejectedHostZnodePaths);
      }
      
      

      Attachments

        1. HIVE-18463.01.patch
          0.7 kB
          Oleg Danilov
        2. HIVE-18463.patch
          0.7 kB
          Oleg Danilov

        Issue Links

          Activity

            People

              Unassigned Unassigned
              olegd Oleg Danilov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: