You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stefan Richter (JIRA)" <ji...@apache.org> on 2016/08/11 12:53:20 UTC

[jira] [Comment Edited] (FLINK-4374) GroupReduce Broken for null Date

    [ https://issues.apache.org/jira/browse/FLINK-4374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15417162#comment-15417162 ] 

Stefan Richter edited comment on FLINK-4374 at 8/11/16 12:52 PM:
-----------------------------------------------------------------

Yes, it is the date field of the Tuple2<Integer, Date> in this test.


was (Author: srichter):
Yes, it is the data field of the Tuple2<Integer, Date> in this test.

> GroupReduce Broken for null Date
> --------------------------------
>
>                 Key: FLINK-4374
>                 URL: https://issues.apache.org/jira/browse/FLINK-4374
>             Project: Flink
>          Issue Type: Bug
>          Components: DataSet API
>            Reporter: Stefan Richter
>            Assignee: Timo Walther
>
> The GroupReduceITCase has an error that allows a problem with {{null}} Dates to go uncovered:
>  If I set the parallelism to 1 in {{testDateNullException()}} and all keys actually end up on the same operator, then there is a problem in the de/serialization.
> It seems that {{null}} values are somehow skipped by the serialization process (e.g. maybe no {{null}} indicator is written), which leads to wrong deserializations.



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