[
https://issues.apache.org/jira/browse/FLINK-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14610068#comment-14610068
]
ASF GitHub Bot commented on FLINK-2304:
---------------------------------------
GitHub user mjsax opened a pull request:
https://github.com/apache/flink/pull/878
[FLINK-2304] Add named attribute access to Storm compatibility layer
- extended FlinkTuple to enable named attribute access
- extended BoltWrapper for user defined input schema
- extended FlinkTopologyBuilder to handle declared output schemas
- adapted JUnit tests
- added new examples and ITCases
- updated READMEs
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mjsax/flink flink-2304-storm-namedAttributes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/878.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 #878
----
commit cb0f5df95667aee7a3a08a92226cefb4f31a2de3
Author: mjsax <[email protected]>
Date: 2015-06-29T15:50:07Z
[FLINK-2304] Add named attribute access to Storm compatibility layer
- extended FlinkTuple to enable named attribute access
- extended BoltWrapper for user defined input schema
- extended FlinkTopologyBuilder to handle declared output schemas
- adapted JUnit tests
- added new examples and ITCases
- updated READMEs
----
> Add named attribute access to Storm compatibility layer
> -------------------------------------------------------
>
> Key: FLINK-2304
> URL: https://issues.apache.org/jira/browse/FLINK-2304
> Project: Flink
> Issue Type: Improvement
> Components: flink-contrib
> Reporter: Matthias J. Sax
> Assignee: Matthias J. Sax
> Priority: Minor
>
> Currently, Bolts running in Flink can access fields only by index. Enabling
> named index access is possible for whole topologies and Tuple-type as well as
> POJO type inputs for embedded Bolts.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)