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 5b99fe2ea44e1a0d8a6f802ca757d1a1cfab91cc Merge: 1336121 80fb5ff Author: Ahmet Altay <[email protected]> AuthorDate: Tue Mar 6 09:30:58 2018 -0800 Merge pull request #4697 from cclauss/unicode-to-six.text_type [BEAM-1251] Change unicode --> six.text_type for Python 3 sdks/python/apache_beam/coders/coder_impl.py | 6 ++++-- sdks/python/apache_beam/coders/coders.py | 9 +++++---- sdks/python/apache_beam/coders/typecoders.py | 4 +++- sdks/python/apache_beam/examples/cookbook/datastore_wordcount.py | 5 +++-- sdks/python/apache_beam/examples/snippets/snippets.py | 5 ++++- sdks/python/apache_beam/examples/streaming_wordcount.py | 4 +++- sdks/python/apache_beam/examples/windowed_wordcount.py | 4 +++- sdks/python/apache_beam/examples/wordcount.py | 4 +++- sdks/python/apache_beam/examples/wordcount_debugging.py | 4 +++- sdks/python/apache_beam/examples/wordcount_fnapi.py | 4 +++- sdks/python/apache_beam/examples/wordcount_minimal.py | 4 +++- sdks/python/apache_beam/io/gcp/datastore/v1/helper.py | 5 ++++- sdks/python/apache_beam/runners/dataflow/internal/apiclient.py | 3 ++- sdks/python/apache_beam/transforms/display.py | 4 +++- sdks/python/apache_beam/transforms/display_test.py | 6 +++++- 15 files changed, 51 insertions(+), 20 deletions(-) -- To stop receiving notification emails like this one, please contact [email protected].
