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

[beam] branch master updated (b06f635 -> c7935b1)

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

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


    from b06f635  Merge pull request #7397: [BEAM-6347] Add website page for developing I/O connectors for Java
     add 5a934ff  Python 3 port textio
     add 33ac2f6  Copy helpers into textio_test
     new c7935b1  Merge pull request #7394 from RobbeSneyders/textio

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:
 .../apache_beam/examples/complete/tfidf_test.py    |   2 +-
 sdks/python/apache_beam/io/filebasedsource_test.py |  27 +++
 sdks/python/apache_beam/io/textio.py               |   2 +-
 sdks/python/apache_beam/io/textio_test.py          | 203 ++++++++++++---------
 sdks/python/tox.ini                                |   2 +-
 5 files changed, 148 insertions(+), 88 deletions(-)


[beam] 01/01: Merge pull request #7394 from RobbeSneyders/textio

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

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

commit c7935b19d32c3df708d3e021f1d0e353f83473aa
Merge: b06f635 33ac2f6
Author: Ahmet Altay <aa...@gmail.com>
AuthorDate: Tue Jan 8 17:19:50 2019 -0800

    Merge pull request #7394 from RobbeSneyders/textio
    
    [BEAM-5315] Python 3 port io.textio module

 .../apache_beam/examples/complete/tfidf_test.py    |   2 +-
 sdks/python/apache_beam/io/filebasedsource_test.py |  27 +++
 sdks/python/apache_beam/io/textio.py               |   2 +-
 sdks/python/apache_beam/io/textio_test.py          | 203 ++++++++++++---------
 sdks/python/tox.ini                                |   2 +-
 5 files changed, 148 insertions(+), 88 deletions(-)