Github user vrozov commented on a diff in the pull request:
https://github.com/apache/drill/pull/1111#discussion_r166507937
--- Diff: common/pom.xml ---
@@ -45,6 +45,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
+ <version>${calcite.version}</version>
--- End diff --
Why is this change necessary? The version should come from
`<dependencyManagement>` of the parent pom.---
