You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2019/05/03 19:33:41 UTC

[beam] branch master updated (8964024 -> 85e6a52)

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

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


    from 8964024  Merge pull request #8484 from apache/aaltay-patch-1
     add 64ee8d4  [BEAM-6605] Deprecate TextIO.readAll and TextIO.ReadAll transform
     add d279404  [BEAM-6605] Refactor TextIO.Read and its Tests to use FileIO + ReadFiles
     new 85e6a52  Merge pull request #8465: [BEAM-6605] Deprecate TextIO.readAll and TextIO.ReadAll transform

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:
 .../main/java/org/apache/beam/sdk/io/TextIO.java   | 54 ++++++++++++++++------
 .../org/apache/beam/sdk/io/TextIOReadTest.java     | 16 +++++--
 .../org/apache/beam/sdk/io/TextIOWriteTest.java    | 31 +++++++++++--
 .../java/org/apache/beam/sdk/io/text/TextIOIT.java |  9 +++-
 4 files changed, 87 insertions(+), 23 deletions(-)


[beam] 01/01: Merge pull request #8465: [BEAM-6605] Deprecate TextIO.readAll and TextIO.ReadAll transform

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

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

commit 85e6a52c0a7c6b40d73a6c4c0e9d76cf33468aa2
Merge: 8964024 d279404
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Fri May 3 21:33:26 2019 +0200

    Merge pull request #8465: [BEAM-6605] Deprecate TextIO.readAll and TextIO.ReadAll transform

 .../main/java/org/apache/beam/sdk/io/TextIO.java   | 54 ++++++++++++++++------
 .../org/apache/beam/sdk/io/TextIOReadTest.java     | 16 +++++--
 .../org/apache/beam/sdk/io/TextIOWriteTest.java    | 31 +++++++++++--
 .../java/org/apache/beam/sdk/io/text/TextIOIT.java |  9 +++-
 4 files changed, 87 insertions(+), 23 deletions(-)