vibhatha commented on code in PR #43880:
URL: https://github.com/apache/arrow/pull/43880#discussion_r1737672286


##########
java/memory/memory-core/pom.xml:
##########
@@ -33,6 +33,7 @@ under the License.
   <properties>
     <!-- List of add-opens arg line arguments for this module's tests -->
     
<surefire.add-opens.argLine>--add-reads=org.apache.arrow.memory.core=ch.qos.logback.classic
 --add-opens=java.base/java.lang.reflect=org.apache.arrow.memory.core 
--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED</surefire.add-opens.argLine>
+    <arrow.memory.debug.allocator>true</arrow.memory.debug.allocator>

Review Comment:
   By the way, I tried to set up an environmental variable for the pom.xml and 
set it via the build script. Would that be a better approach or should we just 
ask users to use true or false in the pom.xml?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to