wuzhuoming commented on a change in pull request #11135:
URL: https://github.com/apache/arrow/pull/11135#discussion_r708001806
##########
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:
I have updated the prefix.
But for the suffixes, if defining a new string arch to select the compiler
architecture, could you please tell me how to do it? I am not very familiar
with CPP.
--
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]