You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by re...@apache.org on 2019/06/04 11:58:04 UTC

[beam] branch master updated (0cb4275 -> 79d5671)

This is an automated email from the ASF dual-hosted git repository.

reuvenlax pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 0cb4275  Merge pull request #8744: [BEAM-2943] Check existence of to-be-staged files in PipelineResources
     add 69f6951  Add support for full unboxing in Convert
     new 79d5671  Merge pull request #8651: Add support for full unboxing in Convert

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../beam/sdk/schemas/transforms/Convert.java       | 43 +++++++++++++++-------
 .../beam/sdk/schemas/utils/ConvertHelpers.java     |  4 ++
 .../beam/sdk/schemas/transforms/ConvertTest.java   | 26 +++++++++++++
 3 files changed, 59 insertions(+), 14 deletions(-)


[beam] 01/01: Merge pull request #8651: Add support for full unboxing in Convert

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

reuvenlax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 79d5671d6934a141d688a95dde4334886814199c
Merge: 0cb4275 69f6951
Author: reuvenlax <re...@google.com>
AuthorDate: Tue Jun 4 04:57:47 2019 -0700

    Merge pull request #8651: Add support for full unboxing in Convert

 .../beam/sdk/schemas/transforms/Convert.java       | 43 +++++++++++++++-------
 .../beam/sdk/schemas/utils/ConvertHelpers.java     |  4 ++
 .../beam/sdk/schemas/transforms/ConvertTest.java   | 26 +++++++++++++
 3 files changed, 59 insertions(+), 14 deletions(-)