Skip to content

Commit 06cbe69

Browse files
authored
fix: add native image configuration for Arrow (#2018)
1 parent 086e97e commit 06cbe69

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[
2+
{
3+
"name":"io.netty.buffer.AbstractByteBufAllocator",
4+
"queryAllDeclaredMethods":true
5+
},
6+
{
7+
"name":"org.apache.arrow.memory.DefaultAllocationManagerFactory",
8+
"fields":[{"name":"FACTORY"}]
9+
}
10+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"resources":{
3+
"includes":[{
4+
"pattern":"\\Qorg/apache/arrow/memory/DefaultAllocationManagerFactory.class\\E"
5+
}]}
6+
}

0 commit comments

Comments
 (0)