You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2014/11/22 21:07:12 UTC

[jira] [Created] (FLINK-1273) Add the "Void" type to the basic types.

Stephan Ewen created FLINK-1273:
-----------------------------------

             Summary: Add the "Void" type to the basic types.
                 Key: FLINK-1273
                 URL: https://issues.apache.org/jira/browse/FLINK-1273
             Project: Flink
          Issue Type: Improvement
          Components: Java API, Scala API
    Affects Versions: 0.8-incubating
            Reporter: Stephan Ewen
             Fix For: 0.8-incubating


We should at the void type (as represented by {{void.class}} and {java.lang.Void.class}} to the basic types. The void type would have a one byte serializer (I think zero bytes would not work if someone uses void as an isolated data type). Void could be comparable - all instances would be equal.



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