Skip to content

Fix E2E tests for Spark 3.0. #657

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
5 of 6 tasks
imback82 opened this issue Sep 6, 2020 · 2 comments
Open
5 of 6 tasks

Fix E2E tests for Spark 3.0. #657

imback82 opened this issue Sep 6, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@imback82
Copy link
Contributor

imback82 commented Sep 6, 2020

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

Microsoft.Spark.E2ETest.IpcTests

  • BroadcastTests.*
  • DataFrameTests.TestDataFrameGroupedMapUdf / DataFrameTests.TestGroupedMapUdf
  • DataFrameTests.TestVectorUdf / DataFrameTests.TestDataFrameVectorUdf

(#653) should address some of the above.

Microsoft.Spark.Extensions.Delta.E2ETest

  • DeltaTableTests.TestSignatures
  • 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 microsoft/hyperspace#85)

@imback82 imback82 added the enhancement New feature or request label Sep 6, 2020
@imback82 imback82 added this to the 1.0.0 milestone Sep 6, 2020
@imback82
Copy link
Contributor Author

imback82 commented Sep 8, 2020

@AFFogarty Can you help with fixing Delta tests?

@rapoth
Copy link
Contributor

rapoth commented Dec 11, 2020

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

@imback82 imback82 modified the milestones: 1.0.0, 2.0.0 Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants