lidavidm commented on PR #883:
URL: https://github.com/apache/arrow-java/pull/883#issuecomment-3397078189
Ah but in the meantime do you mind helping the linter out?
```
Error: Failed to execute goal
com.diffplug.spotless:spotless-maven-plugin:2.44.4:check (spotless-check) on
project arrow-c-data: The following files had format violations:
Error: src/main/java/org/apache/arrow/c/jni/JniLoader.java
Error: @@ -91,8 +91,7 @@
Error: ······}
Error: ····}
Error:
Error: -····final·String·libraryToLoad·=
Error:
-········name·+·"/"·+·getNormalizedArch()·+·"/"·+·libraryName;
Error:
+····final·String·libraryToLoad·=·name·+·"/"·+·getNormalizedArch()·+·"/"·+·libraryName;
Error: ····try·{
Error: ······File·temp·=
Error:
··········File.createTempFile("jnilib-",·".tmp",·new·File(System.getProperty("java.io.tmpdir")));
Error: Run 'mvn spotless:apply' to fix these violations.
Error: -> [Help 1]
```
--
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]