You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2019/11/15 00:03:24 UTC

[beam] branch master updated (7588387 -> 8bf9468)

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

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


    from 7588387  Merge pull request #10108 from ibzib/artifact-endpoint
     add a1e0daa  [BEAM-8661] Moving io module to have per-module logger
     add 38d0f5d  Fix lint
     add c9e2699  Removing extra space between constants
     add 8bf9468  [BEAM-8661] Moving io module to have per-module logger

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/io/filebasedsink.py        | 19 +++++++------
 sdks/python/apache_beam/io/filebasedsink_test.py   |  4 ++-
 sdks/python/apache_beam/io/fileio.py               | 17 ++++++-----
 sdks/python/apache_beam/io/filesystemio_test.py    |  4 ++-
 .../io/gcp/big_query_query_to_table_it_test.py     |  5 +++-
 sdks/python/apache_beam/io/gcp/bigquery.py         | 13 +++++----
 .../apache_beam/io/gcp/bigquery_file_loads.py      | 14 +++++----
 .../apache_beam/io/gcp/bigquery_file_loads_test.py |  8 ++++--
 .../apache_beam/io/gcp/bigquery_read_it_test.py    |  9 ++++--
 sdks/python/apache_beam/io/gcp/bigquery_test.py    |  9 ++++--
 sdks/python/apache_beam/io/gcp/bigquery_tools.py   | 33 +++++++++++-----------
 .../apache_beam/io/gcp/bigquery_write_it_test.py   |  9 ++++--
 .../apache_beam/io/gcp/datastore/v1/datastoreio.py | 21 ++++++++------
 .../apache_beam/io/gcp/datastore/v1/helper.py      |  5 +++-
 .../datastore/v1new/datastore_write_it_pipeline.py | 12 ++++----
 .../io/gcp/datastore/v1new/datastoreio.py          | 17 ++++++-----
 .../io/gcp/datastore/v1new/types_test.py           |  7 +++--
 .../io/gcp/datastore_write_it_pipeline.py          | 13 +++++----
 sdks/python/apache_beam/io/gcp/gcsio.py            | 21 ++++++++------
 sdks/python/apache_beam/io/gcp/gcsio_overrides.py  |  6 ++--
 .../apache_beam/io/gcp/tests/bigquery_matcher.py   | 18 ++++++------
 .../apache_beam/io/gcp/tests/pubsub_matcher.py     |  4 ++-
 sdks/python/apache_beam/io/gcp/tests/utils.py      |  5 +++-
 sdks/python/apache_beam/io/hadoopfilesystem.py     |  4 ++-
 sdks/python/apache_beam/io/iobase.py               |  5 +++-
 sdks/python/apache_beam/io/mongodbio.py            |  7 +++--
 sdks/python/apache_beam/io/mongodbio_it_test.py    | 10 ++++---
 sdks/python/apache_beam/io/range_trackers.py       | 13 +++++----
 sdks/python/apache_beam/io/source_test_utils.py    | 11 +++++---
 sdks/python/apache_beam/io/textio.py               |  5 +++-
 sdks/python/apache_beam/io/tfrecordio.py           |  5 +++-
 sdks/python/apache_beam/io/vcfio.py                |  5 +++-
 32 files changed, 211 insertions(+), 127 deletions(-)