You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2021/08/11 22:05:48 UTC

[beam] branch master updated (b9b4c6e -> 7cb5383)

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

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


    from b9b4c6e  Merge pull request #15296 from andyxiexu/python-sdk
     add 7cb5383  Merge pull request #15126 from [BEAM-12665] Add option in ReadAll Transforms to add filename to the output

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/io/avroio.py          |  7 ++++++-
 sdks/python/apache_beam/io/avroio_test.py     | 17 ++++++++++++++++-
 sdks/python/apache_beam/io/filebasedsource.py | 24 ++++++++++++++++++++----
 sdks/python/apache_beam/io/parquetio.py       | 26 ++++++++++++++++++++------
 sdks/python/apache_beam/io/parquetio_test.py  | 17 +++++++++++++++--
 sdks/python/apache_beam/io/textio.py          | 11 ++++++++++-
 sdks/python/apache_beam/io/textio_test.py     | 11 +++++++++++
 sdks/python/apache_beam/io/tfrecordio.py      | 11 +++++++++--
 sdks/python/apache_beam/io/tfrecordio_test.py | 22 ++++++++++++++++++++++
 9 files changed, 129 insertions(+), 17 deletions(-)