Skip to content

Commit

Permalink
fix shade
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchengchenghh committed May 8, 2024
1 parent 183af07 commit a5e19da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,11 @@
<relocation>
<pattern>org.apache.arrow</pattern>
<shadedPattern>${gluten.shade.packageName}.org.apache.arrow</shadedPattern>
<!--arrow's C wrapper refers to the original class path, so we should not relocate here-->
<!--arrow's C and dataset wrapper refers to the original class path, so we should not relocate here-->
<excludes>
<exclude>org.apache.arrow.c.*</exclude>
<exclude>org.apache.arrow.c.jni.*</exclude>
<exclude>org.apache.arrow.dataset.**</exclude>
</excludes>
</relocation>
<relocation>
Expand Down

0 comments on commit a5e19da

Please sign in to comment.