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/09/01 00:48:55 UTC

[beam] branch master updated (cebf7388fc7 -> b8ca0819529)

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 cebf7388fc7 [BEAM-12164] Synchronize access queue in ThroughputEstimator and reenable integration tests (#22921)
     add 688a210b135 Add test to reproduce https://github.com/apache/beam/issues/22854
     add 0988b6cd874 Exercise row coder with nested optional struct
     add 936201e2700 Make RowTypeConstraint callable
     add dc8408debf3 Add test to exercise RowTypeConstraint.__call__
     add b8ca0819529 Make RowTypeConstraint callable, test nested optional row in schemas and RowCoder (#22899)

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/coders/row_coder_test.py  | 20 +++++++++++
 sdks/python/apache_beam/typehints/row_type.py     |  8 +++++
 sdks/python/apache_beam/typehints/schemas_test.py | 44 +++++++++++++++++++++++
 3 files changed, 72 insertions(+)