You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2022/08/12 19:45:58 UTC

[beam] branch master updated (417692aa5b3 -> 3173b503bea)

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

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


    from 417692aa5b3 [Playground] [Backend] added validation for snippet endpoints to avoid error panic (#22686)
     add 3173b503bea Add GeneratedClassRowTypeConstraint (#22679)

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/coders/row_coder.py        |   2 +
 sdks/python/apache_beam/transforms/core.py         |   4 +-
 sdks/python/apache_beam/typehints/row_type.py      |  80 ++++++++--
 .../apache_beam/typehints/schema_registry.py       |  54 +++++++
 sdks/python/apache_beam/typehints/schemas.py       | 165 +++++++++++----------
 sdks/python/apache_beam/typehints/schemas_test.py  |  96 +++++++++---
 .../typehints/trivial_inference_test.py            |   8 +-
 7 files changed, 291 insertions(+), 118 deletions(-)
 create mode 100644 sdks/python/apache_beam/typehints/schema_registry.py