Skip to content

Commit

Permalink
Fix a missed throw call
Browse files Browse the repository at this point in the history
  • Loading branch information
jduo committed Jan 11, 2024
1 parent a732962 commit bdd2097
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ private DirectReservationListener() {
"`--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED` " +
"(See https://arrow.apache.org/docs/java/install.html)", e);
failure.printStackTrace();
throw failure;
}
}

Expand Down

0 comments on commit bdd2097

Please sign in to comment.