GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/961
[FLINK-2431] Refactor PlanBinder/OperationInfo
PlanBinder methods were restructured to make the class more readable.
Keys are now stored as strings to simplify string-key-expression support.
Parameter retrieval was moved from PlanBinder to OperationInfo constructor,
similiar to PythonOperationInfo.
This change reduces the clutter in Planbinder and allows code re-usage for
operations with similar parameters.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 2431_pr
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/961.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 #961
----
commit 908151add9f411309042c11091981dd577a3282d
Author: zentol <[email protected]>
Date: 2015-07-30T09:18:35Z
[FLINK-2431] Refactor PlanBinder/OperationInfo
PlanBinder methods were restructured to make the class more readable.
Keys are now stored as strings to simplify string-key-expression support.
Parameter retrieval was moved from PB to OI constructor, similiar to
PythonOperationInfo.
This change reduces the clutter in Planbinder and allows code reusage for
operations with similar parameters.
----
---
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.
---