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)

Reply via email to