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 c6f76b6 commit b7305e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
5 changes: 3 additions & 2 deletions java/dev/checkstyle/checkstyle-spotless.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@
<property name="eachLine" value="true"/>
</module>

<module name="LineLength">
<!-- Commenting to avoid conflict with spotless plugin -->
<!-- <module name="LineLength">
<property name="max" value="120"/>
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
</module>
</module> -->

<module name="TreeWalker">
<module name="OuterTypeFilename"/>
Expand Down

0 comments on commit b7305e4

Please sign in to comment.