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 9990724  [BEAM-8828] Added BigQueryTableProvider WriteDisposition 
configuration (#11951)
     add 0be6541  Prototype schema-inferring Row constructor. (#11901)

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/__init__.py                |  3 ++
 sdks/python/apache_beam/coders/row_coder.py        | 14 +++++++--
 sdks/python/apache_beam/pvalue.py                  | 20 +++++++++++++
 sdks/python/apache_beam/transforms/sql_test.py     |  9 ++++++
 sdks/python/apache_beam/typehints/opcodes.py       |  2 +-
 .../avro_record.py => typehints/row_type.py}       | 35 ++++++++++++++++------
 sdks/python/apache_beam/typehints/schemas.py       |  9 ++++++
 .../apache_beam/typehints/trivial_inference.py     | 28 +++++++++++++++--
 .../typehints/trivial_inference_test.py            | 12 ++++++++
 9 files changed, 117 insertions(+), 15 deletions(-)
 copy sdks/python/apache_beam/{coders/avro_record.py => typehints/row_type.py} 
(52%)

Reply via email to