You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yuming Wang (Jira)" <ji...@apache.org> on 2022/01/07 06:50:00 UTC

[jira] [Created] (SPARK-37838) Upgrade scalatestplus artifacts to 3.3.0-SNAP3

Yuming Wang created SPARK-37838:
-----------------------------------

             Summary: Upgrade scalatestplus artifacts to 3.3.0-SNAP3
                 Key: SPARK-37838
                 URL: https://issues.apache.org/jira/browse/SPARK-37838
             Project: Spark
          Issue Type: Improvement
          Components: Tests
    Affects Versions: 3.3.0
            Reporter: Yuming Wang


It always throws exception:
{noformat}
[error] /Users/yumwang/spark/core/src/test/scala/org/apache/spark/SparkContextInfoSuite.scala:22:8: Symbol 'type org.scalactic.TripleEquals' is missing from the classpath.
[error] This symbol is required by 'trait org.scalatest.Assertions'.
[error] Make sure that type TripleEquals is in your classpath and check for conflicting dependencies with `-Ylog-classpath`.
[error] A full rebuild may help if 'Assertions.class' was compiled against an incompatible version of org.scalactic.
[error] import org.scalatest.Assertions
[error]        ^
[error] one error found
[error] (core / Test / compileIncremental) Compilation failed
{noformat}

How to reproduce:

{code:sh}
 SPARK_GENERATE_GOLDEN_FILES=1 build/sbt "sql/testOnly *PlanStability*Suite"
{code}




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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