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 da26f5aa6ba Update header bannder (#30600)
add 8d8f29464fb Properly handle timestamp prefixing of unkown window types.
add 0ba35731aec Add another test.
new 0bfe06b61a4 Merge pull request #30587 Properly handle timestamp
prefixing of unkown window types.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
sdks/python/apache_beam/coders/coder_impl.py | 63 ++++++++++++++++++++--
sdks/python/apache_beam/coders/coders.py | 28 ++++++++++
.../apache_beam/coders/coders_test_common.py | 10 ++++
sdks/python/apache_beam/portability/python_urns.py | 4 ++
.../runners/portability/flink_runner_test.py | 3 ++
.../portability/fn_api_runner/fn_runner_test.py | 54 +++++++++++++++++++
.../portability/fn_api_runner/translations.py | 54 ++++++++++++++++++-
sdks/python/apache_beam/utils/timestamp.py | 6 +++
8 files changed, 217 insertions(+), 5 deletions(-)