You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Caizhi Weng (Jira)" <ji...@apache.org> on 2020/04/10 08:38:00 UTC

[jira] [Updated] (FLINK-17083) Restrict users of accumulators not to return null in Accumulator#getLocalValue

     [ https://issues.apache.org/jira/browse/FLINK-17083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Caizhi Weng updated FLINK-17083:
--------------------------------
    Description: 
[This discussion|https://issues.apache.org/jira/browse/FLINK-13880] raises a problem that, if a user returns a null value in {{Accumulator#getLocalValue}}, he will be notified that the {{failureCause}} should not be null when fetching the accumulator result, which seems to be really wired.

The problem is that we're not explicitly restricting the users not to return null values in {{Accumulator#getLocalValue}}.

[~aljoscha] is it legal to return null values? If not, we should explicitly throws a related exception to the users instead of giving the users a somewhat unrelated exception.

  was:
[This discussion|https://issues.apache.org/jira/browse/FLINK-13880] raises a problem that, if a user returns a null value in {{Accumulator#getLocalValue}}, he will be notified that the {{failureCause}} should not be null when fetching the accumulator result, which seems to be really wired.

The problem is that we're not explicitly restricting the users not to return null values in {{Accumulator#getLocalValue}}. [~aljoscha] is it legal to return null values? If not, we should explicitly throws a related exception to the users instead of giving the users a somewhat unrelated exception.


> Restrict users of accumulators not to return null in Accumulator#getLocalValue
> ------------------------------------------------------------------------------
>
>                 Key: FLINK-17083
>                 URL: https://issues.apache.org/jira/browse/FLINK-17083
>             Project: Flink
>          Issue Type: Improvement
>          Components: API / Core
>    Affects Versions: 1.11.0
>            Reporter: Caizhi Weng
>            Priority: Major
>
> [This discussion|https://issues.apache.org/jira/browse/FLINK-13880] raises a problem that, if a user returns a null value in {{Accumulator#getLocalValue}}, he will be notified that the {{failureCause}} should not be null when fetching the accumulator result, which seems to be really wired.
> The problem is that we're not explicitly restricting the users not to return null values in {{Accumulator#getLocalValue}}.
> [~aljoscha] is it legal to return null values? If not, we should explicitly throws a related exception to the users instead of giving the users a somewhat unrelated exception.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)