Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1111#discussion_r166832638 --- Diff: common/pom.xml --- @@ -45,6 +45,7 @@ <dependency> <groupId>org.apache.calcite</groupId> <artifactId>calcite-core</artifactId> + <version>${calcite.version}</version> --- End diff -- Will it be better to explicitly specify the version of calcite-core in hive-exec?
---