Replies: 1 comment
-
Can you check how this repo set up the E2E tests? https://github.com/dotnet/spark/blob/master/src/csharp/Microsoft.Spark.E2ETest/SparkFixture.cs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need ability to write unit tests for my data conversion. I want to create to DataFrame using in-memory collection, and then apply some changed like select or applying UDF. Now I need to start spark submit locally in debug mode to run this tests. It prevent using CI for my tests.
It can be implemented like loading spark-submit jars in-memory like loading of spark java client now.
Beta Was this translation helpful? Give feedback.
All reactions