We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#348 enabled building/testing against Spark 3.0. The following tests have been disabled to track separately:
BroadcastTests.*
DataFrameTests.TestDataFrameGroupedMapUdf
DataFrameTests.TestGroupedMapUdf
DataFrameTests.TestVectorUdf
DataFrameTests.TestDataFrameVectorUdf
(#653) should address some of the above.
DeltaTableTests.TestSignatures
DeltaTableTests.TestTutorialScenario
The following needs to be configured for SparkSession:
SparkSession
.Option("spark.sql.extensions", "io.delta.sql.DeltaSparkSessionExtension") .Option("spark.sql.catalog.spark_catalog", "org.apache.spark.sql.delta.catalog.DeltaCatalog")
HyperspaceTests.*
This depends on microsoft/hyperspace to support Spark 3.0 (tracked in microsoft/hyperspace#85)
The text was updated successfully, but these errors were encountered:
@AFFogarty Can you help with fixing Delta tests?
Sorry, something went wrong.
@imback82 @AFFogarty Do we need to keep this open or can we close this?
imback82
No branches or pull requests
#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
:Microsoft.Spark.Extensions.Hyperspace.E2ETest
HyperspaceTests.*
This depends on microsoft/hyperspace to support Spark 3.0 (tracked in microsoft/hyperspace#85)
The text was updated successfully, but these errors were encountered: