Github user adityakishore commented on a diff in the pull request:

    https://github.com/apache/drill/pull/421#discussion_r55577997
  
    --- Diff: exec/jdbc/pom.xml ---
    @@ -134,6 +134,7 @@
             <dependency>
               <groupId>org.apache.hadoop</groupId>
               <artifactId>hadoop-common</artifactId>
    +          <scope>test</scope>
    --- End diff --
    
    hadoop-common is not a dependency for jdbc or jdbc-all project. 
[drill-jdbc-all-1.5.0.jar](https://repo.maven.apache.org/maven2/org/apache/drill/exec/drill-jdbc-all/1.5.0/drill-jdbc-all-1.5.0.jar)
 does not contain any Hadoop classes and if you look at other profiles 
(default-hadoop, cdh, hdp) in this pom, they all have this in test scope.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to