Skip to content

Commit

Permalink
[Chore] add arrow shade (apache#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba authored Sep 4, 2024
1 parent 175f0ff commit ca699b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flink-doris-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -453,10 +453,10 @@ under the License.
<version>3.4.1</version>
<configuration>
<relocations>
<!-- <relocation>-->
<!-- <pattern>org.apache.arrow</pattern>-->
<!-- <shadedPattern>org.apache.doris.shaded.org.apache.arrow</shadedPattern>-->
<!-- </relocation>-->
<relocation>
<pattern>org.apache.arrow</pattern>
<shadedPattern>org.apache.doris.shaded.org.apache.arrow</shadedPattern>
</relocation>
<relocation>
<pattern>io.netty</pattern>
<shadedPattern>org.apache.doris.shaded.io.netty</shadedPattern>
Expand Down

0 comments on commit ca699b0

Please sign in to comment.