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

[jira] [Commented] (BEAM-465) OutgoingMessageCoder should be an AtomicCoder

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

ASF GitHub Bot commented on BEAM-465:
-------------------------------------

GitHub user lukecwik opened a pull request:

    https://github.com/apache/incubator-beam/pull/674

    [BEAM-465] OutgoingMessageCoder should be an AtomicCoder

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [x] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [x] Make sure tests pass via `mvn clean verify`. (Even better, enable
           Travis-CI on your fork and ensure the whole test matrix passes).
     - [x] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [x] If this contribution is large, please file an Apache
           [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.txt).
    
    ---
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lukecwik/incubator-beam beam465

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-beam/pull/674.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #674
    
----
commit fbc5b5ea5c32deccfa62c2b60aa834d729136b12
Author: Luke Cwik <lc...@google.com>
Date:   2016-07-18T16:08:14Z

    [BEAM-465] OutgoingMessageCoder should be an AtomicCoder

----


> OutgoingMessageCoder should be an AtomicCoder
> ---------------------------------------------
>
>                 Key: BEAM-465
>                 URL: https://issues.apache.org/jira/browse/BEAM-465
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>            Reporter: Luke Cwik
>            Assignee: Luke Cwik
>            Priority: Minor
>
> Since this coder has no state or components, we don't need to serialize the java instance.



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