Github user vdiravka commented on a diff in the pull request:
https://github.com/apache/drill/pull/1111#discussion_r166651052
--- Diff: common/pom.xml ---
@@ -45,6 +45,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
+ <version>${calcite.version}</version>
--- End diff --
hive-exec needs own calcite 1.6 version.
Calcite version in DependencyManagement of root pom leads to using Drill
Calcite version over the whole project.---
