lidavidm commented on code in PR #38765:
URL: https://github.com/apache/arrow/pull/38765#discussion_r1397718323


##########
java/memory/memory-core/src/main/java/org/apache/arrow/memory/util/MemoryUtil.java:
##########
@@ -141,7 +141,7 @@ public Object run() {
       // This exception will get swallowed, but it's necessary for the static 
analysis that ensures
       // the static fields above get initialized
       final RuntimeException failure = new RuntimeException(
-          "Failed to initialize MemoryUtil. Was Java started with " +
+          "Failed to initialize MemoryUtil. Was Java started without " +

Review Comment:
   Maybe just make it imperative to be absolutely clear? "You must start Java 
with ..."



-- 
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