This is an automated email from the ASF dual-hosted git repository.

yihua pushed a commit to branch release-0.15.0
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/release-0.15.0 by this push:
     new 0de2e8018ff [HUDI-7786] Fix roaring bitmap dependency in 
hudi-integ-test-bundle (#11283)
0de2e8018ff is described below

commit 0de2e8018ff2e01a1a99ecc8b56e8e419e74b72c
Author: Sivabalan Narayanan <[email protected]>
AuthorDate: Thu May 23 23:18:49 2024 -0700

    [HUDI-7786] Fix roaring bitmap dependency in hudi-integ-test-bundle (#11283)
---
 packaging/hudi-integ-test-bundle/pom.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/packaging/hudi-integ-test-bundle/pom.xml 
b/packaging/hudi-integ-test-bundle/pom.xml
index 055b2045e87..013fe8b04f5 100644
--- a/packaging/hudi-integ-test-bundle/pom.xml
+++ b/packaging/hudi-integ-test-bundle/pom.xml
@@ -97,7 +97,6 @@
                   <include>org.jetbrains.kotlin:kotlin-stdlib-common</include>
                   <include>org.jetbrains:annotations</include>
                   <include>org.jetbrains.kotlin:kotlin-stdlib-jdk7</include>
-
                   <include>org.eclipse.jetty:jetty-server</include>
                   <include>org.eclipse.jetty:jetty-http</include>
                   <include>org.eclipse.jetty:jetty-util</include>
@@ -114,7 +113,7 @@
                   
<include>org.eclipse.jetty.websocket:websocket-servlet</include>
                   <include>org.mortbay.jetty:jetty</include>
                   <include>org.mortbay.jetty:jetty-util</include>
-
+                  <include>org.roaringbitmap:RoaringBitmap</include>
                   <include>org.rocksdb:rocksdbjni</include>
                   <include>com.github.ben-manes.caffeine:caffeine</include>
                   <include>com.beust:jcommander</include>
@@ -278,6 +277,10 @@
                   <pattern>com.uber.m3.</pattern>
                   <shadedPattern>org.apache.hudi.com.uber.m3.</shadedPattern>
                 </relocation>
+                <relocation>
+                  <pattern>org.roaringbitmap.</pattern>
+                  
<shadedPattern>org.apache.hudi.org.roaringbitmap.</shadedPattern>
+                </relocation>
               </relocations>
               <filters>
                 <filter>

Reply via email to