Github user mjsax commented on a diff in the pull request:
https://github.com/apache/flink/pull/940#discussion_r35519188
--- Diff:
flink-contrib/flink-storm-compatibility/flink-storm-compatibility-core/src/main/java/org/apache/flink/stormcompatibility/api/FlinkTopologyBuilder.java
---
@@ -153,7 +157,8 @@ public FlinkTopology createTopology() {
// global grouping is
emulated in Storm via an empty fields grouping list
final List<String>
fields = grouping.get_fields();
if (fields.size() > 0) {
- inputDataStream
= inputDataStream.groupBy(declarer.getGroupingFieldIndexes(grouping
+
FlinkOutputFieldsDeclarer procDeclarer = this.declarers.get(producerId);
--- End diff --
typo: prodDeclarer (not procDeclarer)
---
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.
---