[
https://issues.apache.org/jira/browse/FLINK-3137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fabian Hueske closed FLINK-3137.
--------------------------------
Resolution: Not A Problem
Thanks for creating this issue.
The missing break is OK in this case.
For {{PARTITION_CUSTOM}} both variables {{extractedKeys}} and {{channels}} need
to be initialized.
> 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)