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

Google Guava version is so old it causes incompatibilities with other libs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.0
    • 1.6.0
    • Client - JDBC
    • None
    • Linux, JDK 1.8

    Description

      Drill is currently using Guava version 14.0.1, which was released March 2013. https://github.com/apache/drill/blob/master/pom.xml

      Many other java projects use newer versions, however this conflicts with the Drill JDBC driver since a couple of APIs it uses are incompatible with the newer guava versions. In particular:
      https://github.com/apache/drill/blob/master/common/src/main/java/org/apache/drill/common/util/PathScanner.java
      (The public StopWatch class constructor has been removed in favor of factory methods)

      Although this seems minor, it prevents easily using Drill from a java application, since again many other open source libs will be using the latest Guava version (18).

      Attachments

        Issue Links

          Activity

            People

              sphillips Steven Phillips
              jbarefoot Joseph Barefoot
              Votes:
              2 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: