GitHub user danielsd opened a pull request:
https://github.com/apache/storm/pull/2391
STORM-2791 - Add Fields constructor to FixedTupleSpout for multiple output
field support.
Deprecated existing constructor that accepts a `String`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/danielsd/storm STORM-2791
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2391.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 #2391
----
commit 3fde12cce96dcc38c8f98a181ea76e3a4745425a
Author: Daniel Dara <[email protected]>
Date: 2017-10-28T02:11:02Z
Deprecated FixedTupleSpout constructor with String. Added constructor with
Fields so more than one output field can be specified.
----
---