Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/774#discussion_r146133055 --- Diff: distribution/pom.xml --- @@ -190,11 +190,21 @@ </dependency> <dependency> <groupId>org.apache.drill.contrib</groupId> + <artifactId>drill-opentsdb-storage</artifactId> --- End diff -- Why we have added `drill-opentsdb-storage` twice in this pom.xml?
---