You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2015/12/07 21:50:11 UTC

[jira] [Created] (FLINK-3137) Missing break in OutputEmitter ctor

Ted Yu created FLINK-3137:
-----------------------------

             Summary: Missing break in OutputEmitter ctor
                 Key: FLINK-3137
                 URL: https://issues.apache.org/jira/browse/FLINK-3137
             Project: Flink
          Issue Type: Bug
            Reporter: Ted Yu


Here is related code:
{code}
    switch (strategy) {
    case PARTITION_CUSTOM:
      extractedKeys = new Object[1];
    case FORWARD:
    case PARTITION_HASH:
{code}
Looks like a break is missing following assignment to extractedKeys



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)