You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2024/03/13 20:49:29 UTC

(beam) 01/01: Merge pull request #30587 Properly handle timestamp prefixing of unkown window types.

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

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

commit 0bfe06b61a4770543afd10558b07aae41a86110c
Merge: da26f5aa6ba 0ba35731aec
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Wed Mar 13 13:49:21 2024 -0700

    Merge pull request #30587 Properly handle timestamp prefixing of unkown window types.

 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(-)