You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// A full rebuild may help if 'SparkFunSuite.class' was compiled against an incompatible version of org.scalatest.
827
+
// SBT output
828
+
// [error] /home/scott.sandre/connectors/default-core/src/test/scala/io/delta/core/TableSuite.scala:23:41: Symbol 'type org.scalatest.FunSuite' is missing from the classpath.
829
+
// [error] This symbol is required by 'class org.apache.spark.SparkFunSuite'.
830
+
// [error] Make sure that type FunSuite is in your classpath and check for conflicting dependencies with `-Ylog-classpath`.
831
+
// [error] A full rebuild may help if 'SparkFunSuite.class' was compiled against an incompatible version of org.scalatest.
832
+
// [error] class TableSuite extends QueryTest with SharedSparkSession {
833
+
// [error] ^
834
+
// [error] /home/scott.sandre/connectors/default-core/src/test/scala/io/delta/core/TableSuite.scala:29:3: package test is not a value
835
+
// [error] test("basic read") {
836
+
// Adding test classifier seems to break transitive resolution of the core dependencies
0 commit comments