You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/01/08 07:57:00 UTC

[jira] [Updated] (FLINK-20580) Missing null value handling for SerializedValue's getByteArray()

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

ASF GitHub Bot updated FLINK-20580:
-----------------------------------
    Labels: pull-request-available starter  (was: starter)

> Missing null value handling for SerializedValue's getByteArray() 
> -----------------------------------------------------------------
>
>                 Key: FLINK-20580
>                 URL: https://issues.apache.org/jira/browse/FLINK-20580
>             Project: Flink
>          Issue Type: Bug
>          Components: API / Type Serialization System
>    Affects Versions: 1.13.0
>            Reporter: Matthias
>            Priority: Minor
>              Labels: pull-request-available, starter
>
> {{SerializedValue}} allows to wrap {{null}} values. Because of this, {{SerializedValue.getByteArray()}} might return {{null}} which is not properly handled in different locations (it's probably the best to use the IDEs "Find usages" to identify these locations). The most recent findings (for now) are listed in the comments.
> We should add null handling in these cases and add tests for these cases.



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