Skip to content

Commit

Permalink
[HUDI-7016] Fix bundling of RoaringBitmap in hudi-utilities-bundle (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
codope authored Nov 14, 2023
1 parent 6834747 commit 3a1d4fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packaging/hudi-utilities-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
<include>org.rocksdb:rocksdbjni</include>
<include>org.antlr:stringtemplate</include>
<include>org.apache.parquet:parquet-avro</include>
<include>org.roaringbitmap:RoaringBitmap</include>
<!-- Bundle Jackson JSR310 library since it is not present in spark 2.x. For spark 3.x this will
bundle the same JSR310 version that is included in spark runtime -->
<include>com.fasterxml.jackson.datatype:jackson-datatype-jsr310</include>
Expand Down Expand Up @@ -225,6 +226,10 @@
<pattern>org.apache.httpcomponents.</pattern>
<shadedPattern>org.apache.hudi.aws.org.apache.httpcomponents.</shadedPattern>
</relocation>
<relocation>
<pattern>org.roaringbitmap.</pattern>
<shadedPattern>org.apache.hudi.org.roaringbitmap.</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
Expand Down

0 comments on commit 3a1d4fb

Please sign in to comment.