wuzhuoming commented on a change in pull request #11135:
URL: https://github.com/apache/arrow/pull/11135#discussion_r708218306
##########
File path: cpp/src/arrow/io/hdfs_internal.cc
##########
@@ -215,7 +215,7 @@ Result<std::vector<PlatformFilename>>
get_potential_libjvm_paths() {
}));
ARROW_ASSIGN_OR_RAISE(search_suffixes,
MakeFilenameVector({"", "/jre/lib/amd64/server",
- "/lib/amd64/server",
"/lib/server"}));
+ "/lib/amd64/server",
"/lib/server","/jre/lib/aarch64/server"}));
Review comment:
Thanks a lot for your instruction! I had done the modification of code,
please check.
--
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]