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

IGNITE-22539 .NET: Add JobTarget #3993

Merged
merged 24 commits into from
Jun 27, 2024
Merged

Conversation

ptupitsyn
Copy link
Contributor

@ptupitsyn ptupitsyn commented Jun 26, 2024

Similar to #3950 in Java, add JobTarget to .NET compute API to make it more readable.

Additionally, make JobDescriptor generic so that the caller does not have to specify generic arguments.

  • Before: compute.SubmitAsync<int, string>(target, new JobDescriptor(...))
  • After: compute.SubmitAsync(target, new JobDescriptor<string>(...))

This is also a step towards strongly-typed single-argument jobs (work in progress: #3926)

@ptupitsyn ptupitsyn self-assigned this Jun 26, 2024
@ptupitsyn ptupitsyn requested a review from isapego June 26, 2024 15:19
@ptupitsyn ptupitsyn merged commit 055b61f into apache:main Jun 27, 2024
1 check passed
@ptupitsyn ptupitsyn deleted the ignite-22539 branch June 27, 2024 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants