Skip to content

Commit

Permalink
fix: addressing reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Jun 11, 2024
1 parent 30d00f1 commit 59f125f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ private DirectReservationListener() {
final RuntimeException failure =
new RuntimeException(
"Failed to initialize DirectReservationListener. When starting Java you must include "
+ "`--add-opens=java.base/java.nio=org.apache.arrow.dataset,"
+ "org.apache.arrow.memory.core,ALL-UNNAMED` "
+ "`--add-opens=java.base/java.nio=org.apache.arrow.dataset,org.apache.arrow.memory.core,ALL-UNNAMED` "
+ "(See https://arrow.apache.org/docs/java/install.html)",
e);
failure.printStackTrace();
Expand Down

0 comments on commit 59f125f

Please sign in to comment.