Skip to content

Commit

Permalink
fix: add native image configuration for Arrow (#2018)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed May 2, 2022
1 parent 086e97e commit 06cbe69
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
@@ -0,0 +1,10 @@
[
{
"name":"io.netty.buffer.AbstractByteBufAllocator",
"queryAllDeclaredMethods":true
},
{
"name":"org.apache.arrow.memory.DefaultAllocationManagerFactory",
"fields":[{"name":"FACTORY"}]
}
]
@@ -0,0 +1,6 @@
{
"resources":{
"includes":[{
"pattern":"\\Qorg/apache/arrow/memory/DefaultAllocationManagerFactory.class\\E"
}]}
}

0 comments on commit 06cbe69

Please sign in to comment.