Repository: hive
Updated Branches:
  refs/heads/master 346dd8e69 -> 7fa94d9eb


HIVE-17303 : Missmatch between roaring bitmap library used by druid and the one 
coming from tez (Slim Bouguerra via Ashutosh Chauhan)

Signed-off-by: Ashutosh Chauhan <hashut...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/7fa94d9e
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/7fa94d9e
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/7fa94d9e

Branch: refs/heads/master
Commit: 7fa94d9ebc6268baddf9f5772d7b8fada6ccd117
Parents: 346dd8e
Author: Slim Bouguerra <slim.bougue...@gmail.com>
Authored: Fri Aug 11 15:19:00 2017 -0700
Committer: Ashutosh Chauhan <hashut...@apache.org>
Committed: Tue Aug 22 14:29:23 2017 -0700

----------------------------------------------------------------------
 druid-handler/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/7fa94d9e/druid-handler/pom.xml
----------------------------------------------------------------------
diff --git a/druid-handler/pom.xml b/druid-handler/pom.xml
index 3f8a74f..81c744f 100644
--- a/druid-handler/pom.xml
+++ b/druid-handler/pom.xml
@@ -324,6 +324,10 @@
                   <pattern>com.google.common</pattern>
                   
<shadedPattern>org.apache.hive.druid.com.google.common</shadedPattern>
                 </relocation>
+                <relocation>
+                  <pattern>org.roaringbitmap</pattern>
+                  
<shadedPattern>org.apache.hive.druid.org.roaringbitmap</shadedPattern>
+                </relocation>
               </relocations>
               <artifactSet>
                 <includes>

Reply via email to