Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-2528

Drill-JDBC-All Jar uses outdated classes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Pending Closed
    • 0.8.0
    • 1.0.0
    • Tools, Build & Test
    • None
    • RHEL 6.4

    Description

      Since the DrillResultSet.getQueryId() method was unavailable when using the Drill-JDBC-All jar, I originally thought there were multiple copies of the DrillResultSet class within the code base, but I see only one in GitHub.
      However, when decompiling the two JDBC jar files, the drill-jdbc-all...jar shows missing elements within the DrillResultSet class.
      The build creation process is using outdated source code (or dependencies), as the following is missing in the DrillResultSet class

      import org.apache.drill.exec.proto.helper.QueryIdHelper;

      public String getQueryId() {
      if (this.queryId != null)

      { return QueryIdHelper.getQueryId(this.queryId); }

      return null;
      }

      Attachments

        1. DRILL-2582.1.patch.txt
          1 kB
          Patrick Wong

        Activity

          People

            DrillCommitter DrillCommitter
            kkhatua Kunal Khatua
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: