srowen commented on a change in pull request #24314: 
[SPARK-27404][CORE][SQL][STREAMING][YARN] Fix build warnings for 3.0: 
postfixOps edition
URL: https://github.com/apache/spark/pull/24314#discussion_r272847534
 
 

 ##########
 File path: 
common/network-shuffle/src/test/java/org/apache/spark/network/shuffle/RetryingBlockFetcherSuite.java
 ##########
 @@ -291,7 +291,7 @@ private static void performInteractions(List<? extends 
Map<String, Object>> inte
     }
 
     assertNotNull(stub);
-    stub.when(fetchStarter).createAndStart(any(), anyObject());
+    stub.when(fetchStarter).createAndStart(any(), any());
 
 Review comment:
   This was an avoidable deprecated method

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

Reply via email to