spark icon indicating copy to clipboard operation
spark copied to clipboard

Fix E2E tests for Spark 3.0.

Open imback82 opened this issue 4 years ago • 2 comments

#348 enabled building/testing against Spark 3.0. The following tests have been disabled to track separately:

Microsoft.Spark.E2ETest.IpcTests

  • [x] BroadcastTests.*
  • [x] DataFrameTests.TestDataFrameGroupedMapUdf / DataFrameTests.TestGroupedMapUdf
  • [x] DataFrameTests.TestVectorUdf / DataFrameTests.TestDataFrameVectorUdf

(#653) should address some of the above.

Microsoft.Spark.Extensions.Delta.E2ETest

  • [x] DeltaTableTests.TestSignatures
  • [x] DeltaTableTests.TestTutorialScenario

The following needs to be configured for SparkSession:

   .Option("spark.sql.extensions", "io.delta.sql.DeltaSparkSessionExtension")
   .Option("spark.sql.catalog.spark_catalog", "org.apache.spark.sql.delta.catalog.DeltaCatalog")

Microsoft.Spark.Extensions.Hyperspace.E2ETest

  • [ ] HyperspaceTests.*

This depends on microsoft/hyperspace to support Spark 3.0 (tracked in https://github.com/microsoft/hyperspace/pull/85)

imback82 avatar Sep 06 '20 21:09 imback82

@AFFogarty Can you help with fixing Delta tests?

imback82 avatar Sep 08 '20 03:09 imback82

@imback82 @AFFogarty Do we need to keep this open or can we close this?

rapoth avatar Dec 11 '20 03:12 rapoth