Skip to content

Commit

Permalink
[NativeIO] fix native-io shade pattern (#513)
Browse files Browse the repository at this point in the history
Signed-off-by: zenghua <huazeng@dmetasoul.com>
Co-authored-by: zenghua <huazeng@dmetasoul.com>
  • Loading branch information
Ceng23333 and zenghua committed Jul 22, 2024
1 parent b805300 commit 84701f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion native-io/lakesoul-io-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -648,11 +648,13 @@ SPDX-License-Identifier: Apache-2.0
<exclude>org.apache.arrow.c.Metadata*</exclude>
<exclude>org.apache.arrow.c.NativeUtil*</exclude>
<exclude>org.apache.arrow.c.ReferenceCountedArrowArray*</exclude>
<exclude>org.apache.arrow.c.SchemaImporter*</exclude>
<exclude>org.apache.arrow.c.ArrowArrayStreamReader*</exclude>
<exclude>org.apache.arrow.c.ArrayStreamExporter*</exclude>
<exclude>org.apache.arrow.c.ArrayExporter*</exclude>
<exclude>org.apache.arrow.c.ArrayImporter*</exclude>
<exclude>org.apache.arrow.c.BufferImportTypeVisitor*</exclude>
<exclude>org.apache.arrow.c.SchemaExporter*</exclude>
<exclude>org.apache.arrow.c.SchemaImporter*</exclude>
</excludes>
</relocation>
<relocation>
Expand Down

0 comments on commit 84701f6

Please sign in to comment.