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

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 3595a3303df Update CONTRIBUTING.md to point to code-change-guide 
(#34384)
     add 6f42131c78e Enforce ordering to avoid svn conflicts (#34405)
     add 10f7f0a881f Update build.gradle (#34401)
     add 5f583ea2084 Create a varint32 coder and used it for RowCoder (#34354)
     add 3a4a0f72e03 Factor out a get_default_sql_provider() function.
     add 02d53af866d Merge pull request #34404 Factor out a 
get_default_sql_provider() function.
     add a4f4e1c7a59 Add warning comment so that folks don't change this
     add bf7bae4802d Merge pull request #34409 Add warning comment on 
get_default_sql_provider that folks don't change this.
     add 3b005176372 Add to CHANGES.md follow up negative int32 fix (#34408)

No new revisions were added by this update.

Summary of changes:
 .../beam_PostCommit_Python_Xlang_Gcp_Direct.json   |  2 +-
 .github/workflows/build_release_candidate.yml      |  2 ++
 CHANGES.md                                         |  1 +
 sdks/python/apache_beam/coders/coder_impl.pxd      |  5 ++++
 sdks/python/apache_beam/coders/coder_impl.py       | 31 ++++++++++++++++++++++
 sdks/python/apache_beam/coders/coders.py           | 21 ++++++++++++++-
 .../apache_beam/coders/coders_test_common.py       | 14 ++++++++++
 sdks/python/apache_beam/coders/row_coder.py        |  5 +++-
 sdks/python/apache_beam/coders/row_coder_test.py   | 23 ++++++++++++++++
 sdks/python/apache_beam/coders/slow_stream.py      |  7 +++++
 sdks/python/apache_beam/coders/stream.pxd          |  4 +++
 sdks/python/apache_beam/coders/stream.pyx          | 18 ++++++++++++-
 sdks/python/apache_beam/coders/stream_test.py      | 21 +++++++++++++++
 .../io/external/xlang_jdbcio_it_test.py            | 19 ++++++++-----
 sdks/python/apache_beam/utils/subprocess_server.py |  7 ++++-
 sdks/python/apache_beam/yaml/yaml_provider.py      | 13 ++++++---
 sdks/python/build.gradle                           |  2 +-
 17 files changed, 179 insertions(+), 16 deletions(-)

Reply via email to