Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1111#discussion_r166508479 --- Diff: contrib/storage-hive/core/pom.xml --- @@ -58,6 +58,10 @@ <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </exclusion> + <exclusion> --- End diff -- Is the exclusion necessary due to a version conflict or the dependency is not required?
---