dongjoon-hyun commented on a change in pull request #34548:
URL: https://github.com/apache/spark/pull/34548#discussion_r747209410



##########
File path: 
common/kvstore/src/test/java/org/apache/spark/util/kvstore/LevelDBIteratorSuite.java
##########
@@ -39,6 +41,7 @@ public static void cleanup() throws Exception {
 
   @Override
   protected KVStore createStore() throws Exception {
+    assumeFalse(SystemUtils.IS_OS_MAC_OSX && 
System.getProperty("os.arch").equals("aarch64"));

Review comment:
       We cannot use `ExtendedLevelDBTest` in Java test.

##########
File path: 
common/kvstore/src/test/java/org/apache/spark/util/kvstore/LevelDBSuite.java
##########
@@ -50,6 +52,7 @@ public void cleanup() throws Exception {
 
   @Before
   public void setup() throws Exception {
+    assumeFalse(SystemUtils.IS_OS_MAC_OSX && 
System.getProperty("os.arch").equals("aarch64"));

Review comment:
       We cannot use `ExtendedLevelDBTest` in Java test.




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to