Skip to content
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

Compatibility check for Microsoft.Spark.dll in the worker. #170

Merged
merged 2 commits into from
Jul 16, 2019

Conversation

imback82
Copy link
Contributor

There will be a breaking change for UDF contract due to #135. Now, the worker needs to enforce some kind of versioning check to ensure that Microsoft.Spark.dll is compatible b/w the driver and worker.

@imback82 imback82 requested review from rapoth and suhsteve July 10, 2019 16:27
@imback82 imback82 self-assigned this Jul 10, 2019
@imback82 imback82 added the enhancement New feature or request label Jul 10, 2019
@imback82 imback82 modified the milestones: July 2019, June 2019 Jul 10, 2019
@suhsteve
Copy link
Member

LGTM

@danny8002
Copy link
Contributor

is this because user code use new Microsoft.Spark.dll but the worker machine install an old Microsoft.Spark.Worker.exe ?

@imback82
Copy link
Contributor Author

is this because user code use new Microsoft.Spark.dll but the worker machine install an old Microsoft.Spark.Worker.exe ?

Yes.

Copy link
Contributor

@rapoth rapoth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@imback82 imback82 merged commit a568af5 into dotnet:master Jul 16, 2019
@imback82 imback82 deleted the backward_compat branch July 16, 2019 00:38
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

Successfully merging this pull request may close these issues.

4 participants