You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Luke Cwik (JIRA)" <ji...@apache.org> on 2016/07/18 16:52:20 UTC

[jira] [Created] (BEAM-469) NullableCoder should encode using the context given and not always use the nested context

Luke Cwik created BEAM-469:
------------------------------

             Summary: NullableCoder should encode using the context given and not always use the nested context
                 Key: BEAM-469
                 URL: https://issues.apache.org/jira/browse/BEAM-469
             Project: Beam
          Issue Type: Improvement
          Components: sdk-java-core
            Reporter: Luke Cwik
            Assignee: Davor Bonaci
            Priority: Trivial


NullableCoder should encode using the context given and not always use the nested context. For coders which can efficiently encode in the outer context such as StringUtf8Coder or ByteArrayCoder, we are forcing them to prefix themselves with their length.



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