srowen commented on a change in pull request #26636: [SPARK-27721][BUILD]
Switch to use right leveldbjni according to the platforms
URL: https://github.com/apache/spark/pull/26636#discussion_r349979105
##########
File path: pom.xml
##########
@@ -3081,5 +3094,17 @@
<profile>
<id>sparkr</id>
</profile>
+ <profile>
+ <id>aarch64</id>
+ <properties>
+ <leveldbjni.group>org.openlabtesting.leveldbjni</leveldbjni.group>
+ </properties>
+ <activation>
+ <os>
+ <family>linux</family>
+ <arch>aarch64</arch>
Review comment:
Oh I entirely misread that. Please disregard the first comment with my
apologies.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]