You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/06/26 18:00:08 UTC

[GitHub] [spark] juliuszsompolski commented on pull request #28912: [SPARK-32057][SQL] ExecuteStatement: cancel and close should not transiently ERROR

juliuszsompolski commented on pull request #28912:
URL: https://github.com/apache/spark/pull/28912#issuecomment-650317130


   ```
   sbt.ForkMain$ForkError: org.mockito.exceptions.base.MockitoException: 
   ClassCastException occurred while creating the mockito mock :
     class to mock : 'org.apache.hive.service.cli.session.HiveSession', loaded by classloader : 'sun.misc.Launcher$AppClassLoader@77f03bb1'
     created class : 'org.mockito.codegen.HiveSession$MockitoMock$1654160678', loaded by classloader : 'net.bytebuddy.dynamic.loading.MultipleParentClassLoader@55c6518c'
     proxy instance class : 'org.mockito.codegen.HiveSession$MockitoMock$1654160678', loaded by classloader : 'net.bytebuddy.dynamic.loading.MultipleParentClassLoader@55c6518c'
     instance creation by : ObjenesisInstantiator
   
   You might experience classloading issues, please ask the mockito mailing-list.
   ```
   @gatorsmile @maropu @HyukjinKwon @yaooqinn  I have seen a lot of such issues with mockito in Spark tests lately... Do you know if there is some underlying build/test infra issue that causes all of these?


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org