This is an automated email from the ASF dual-hosted git repository.
robertwb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from f0d1aef [BEAM-11962] Disable failing test (#14202)
add 9be70c9 [BEAM-11719] Allow encoding protos and dataclasses as
deterministically.
add 5659a52 Better type inference for GroupBy.
add 5cb7674 Add support for named tuples.
add 5595ec6 Named tuple pickling fix for Python 3.6.
add 0de5f01 Merge pull request #14180 [BEAM-11719] Allow encoding protos
and dataclasses as deterministically.
No new revisions were added by this update.
Summary of changes:
sdks/python/apache_beam/coders/coder_impl.pxd | 14 +-
sdks/python/apache_beam/coders/coder_impl.py | 157 +++++++++++++--------
sdks/python/apache_beam/coders/coders.py | 7 +-
.../apache_beam/coders/coders_test_common.py | 38 +++++
sdks/python/apache_beam/transforms/core.py | 18 ++-
5 files changed, 163 insertions(+), 71 deletions(-)