rok commented on code in PR #14472:
URL: https://github.com/apache/arrow/pull/14472#discussion_r1014728323
##########
java/c/src/main/java/org/apache/arrow/c/jni/JniLoader.java:
##########
@@ -93,4 +95,19 @@ private void load(String name) {
throw new IllegalStateException("error loading native libraries: " + e);
}
}
+
+ private String getNormalizedArch(void) {
Review Comment:
```suggestion
private String getNormalizedArch() {
```
--
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]