davisusanibar opened a new issue, #187:
URL: https://github.com/apache/arrow-java/issues/187

   ### Describe the enhancement requested
   
   Java Test code and Java Main code cannot share system property variables.
   
   The current workaround is to use reflection on unit testing code to override 
main code system properties.
   
   We need a complete solution that covers JDK17+ Java versions without 
reflection access to test for example `System.getProperty(DEBUG_ALLOCATOR)` at 
https://github.com/apache/arrow/blob/main/java/memory/memory-core/src/main/java/org/apache/arrow/memory/BaseAllocator.java#L52
   
   
   
   ### Component(s)
   
   Java


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to