GitHub user greghogan opened a pull request:
https://github.com/apache/flink/pull/4383
[hotfix] [optimizer] Normalize job plan operator formatting
When printing the job plan the operator description is typically formatted
as the operator name followed by the user given or generated function name in
parenthesis. For example, "Reduce (My Function)".
This normalizes the node names to include a space between the operator and
function names.
I have reviewed the subclasses of `AbstractOperatorDescriptor`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/greghogan/flink
20170221a_normalize_job_plan_operator_formatting
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4383.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4383
----
commit 4f49fe4f2aff51ebf074f146e27361e743231d9b
Author: Greg Hogan <[email protected]>
Date: 2017-07-21T17:47:13Z
[hotfix] [optimizer] Normalize job plan operator formatting
When printing the job plan the operator description is typically
formatted as the operator name followed by the user given or generated
function name in parenthesis. For example, "Reduce (My Function)".
This normalizes the node names to include a space between the operator
and function names.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---