Github user vrozov commented on a diff in the pull request:
https://github.com/apache/drill/pull/1202#discussion_r180249547
--- Diff: exec/vector/pom.xml ---
@@ -69,6 +69,7 @@
<groupId>org.apache.drill</groupId>
<artifactId>drill-common</artifactId>
<version>${project.version}</version>
+ <scope>test</scope>
--- End diff --
I mean that there are no unit tests that are annotated with
`@Category(SlowTest.class)` or any other `@Category`, so it is not clear why
the dependency is necessary. ---
