Github user srowen commented on the issue:

    https://github.com/apache/spark/pull/22855
  
    Oops, something to do with the benchmark class:
    
    ```
    [error] 
/home/jenkins/workspace/NewSparkPullRequestBuilder/core/src/test/scala/org/apache/spark/serializer/KryoSerializerBenchmark.scala:41:
 object creation impossible, since method runBenchmarkSuite in class 
BenchmarkBase of type (mainArgs: Array[String])Unit is not defined
    [error] object KryoSerializerBenchmark extends BenchmarkBase {
    [error]        ^
    [error] 
/home/jenkins/workspace/NewSparkPullRequestBuilder/core/src/test/scala/org/apache/spark/serializer/KryoSerializerBenchmark.scala:45:
 method runBenchmarkSuite overrides nothing.
    [error] Note: the super classes of object KryoSerializerBenchmark contain 
the following, non final members named runBenchmarkSuite:
    [error] def runBenchmarkSuite(mainArgs: Array[String]): Unit
    [error]   override def runBenchmarkSuite(): Unit = {
    [error]                ^
    ```


---

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

Reply via email to