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

Allow to set the DOP of individual operators #717

Closed
wants to merge 2 commits into from

Conversation

fhueske
Copy link
Contributor

@fhueske fhueske commented Apr 23, 2014

This PR:

  • adds support to set the DOP of individual operators, data sources, and sink. Map-based operators and data sinks inherit the DOP of their input to enable chaining, if their DOP is not explicitly specified.
  • simplifies the translation of the new Java API to the core operators.

@fhueske fhueske added this to the Release 0.5 milestone Apr 24, 2014
name, getInput1Type(), getInput2Type(), getResultType()));
name, getInput1Type(), getInput2Type(), getResultType());

// set inputs
Copy link
Member

Choose a reason for hiding this comment

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

Your code contains a lot of these obvious comments (java's methods are usually very verbose).

@StephanEwen
Copy link
Contributor

Checked and merged in e5a33c3

@fhueske fhueske deleted the japiSetDOP branch April 30, 2014 13:00
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.

None yet

3 participants