Repository: orc
Updated Branches:
  refs/heads/branch-1.5 80e886bda -> 92da9f8b8


ORC-405. Remove calcite as a dependency from the benchmarks.

Signed-off-by: Owen O'Malley <omal...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/92da9f8b
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/92da9f8b
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/92da9f8b

Branch: refs/heads/branch-1.5
Commit: 92da9f8b81d270d92eff62c6389af963d69b364f
Parents: 80e886b
Author: Owen O'Malley <omal...@apache.org>
Authored: Tue Sep 18 09:37:40 2018 -0700
Committer: Owen O'Malley <omal...@apache.org>
Committed: Tue Sep 18 09:37:40 2018 -0700

----------------------------------------------------------------------
 java/bench/pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/92da9f8b/java/bench/pom.xml
----------------------------------------------------------------------
diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index c9b9503..1f32661 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -110,6 +110,20 @@
       <artifactId>hive-exec</artifactId>
       <classifier>core</classifier>
       <version>${hive.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.calcite</groupId>
+          <artifactId>calcite-core</artifactId>
+        </exclusion>
+        <exclusion>
+           <groupId>org.apache.calcite</groupId>
+           <artifactId>calcite-druid</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.calcite.avatica</groupId>
+          <artifactId>avatica</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.hive</groupId>

Reply via email to