Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21895#discussion_r208339969
  
    --- Diff: 
core/src/test/scala/org/apache/spark/deploy/history/FsHistoryProviderSuite.scala
 ---
    @@ -29,9 +29,11 @@ import scala.language.postfixOps
     import com.google.common.io.{ByteStreams, Files}
     import org.apache.hadoop.fs.{FileStatus, Path}
     import org.apache.hadoop.hdfs.DistributedFileSystem
    +import org.apache.hadoop.security.AccessControlException
     import org.json4s.jackson.JsonMethods._
    -import org.mockito.Matchers.any
    -import org.mockito.Mockito.{mock, spy, verify}
    +import org.mockito.ArgumentMatcher
    +import org.mockito.Matchers.{any, argThat}
    +import org.mockito.Mockito.{doThrow, mock, spy, verify, when}
    --- End diff --
    
    @mgaido91 . Is this the only difference (removing the redundant `doReturn`) 
from the original PR?


---

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

Reply via email to