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

[FLINK-7132] [java] Fix BulkIteration parallelism #4283

Closed

Conversation

greghogan
Copy link
Contributor

Copy the parallelism when translating a BulkIteration.

translateBulkIteration now mirrors the setup of the following function translateDeltaIteration.

Copy the parallelism when translating a BulkIteration.
@greghogan greghogan force-pushed the 7132_fix_bulkiteration_parallelism branch from c4d3d48 to 5c33e3a Compare July 7, 2017 18:33
@StephanEwen
Copy link
Contributor

Looks good, thanks!

Any way this can be guarded by an additional check in one of the existing tests?

@greghogan
Copy link
Contributor Author

Okay, thanks @StephanEwen. I've added a simple starter BulkIterationTranslationTest based on your DeltaIterationTranslationTest.

@StephanEwen
Copy link
Contributor

Perfect, thanks.

+1 to merge this for master and release-1.3.

@asfgit asfgit closed this in 480ccfb Jul 12, 2017
asfgit pushed a commit that referenced this pull request Jul 13, 2017
Copy the parallelism when translating a BulkIteration.

This closes #4283
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants