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 5b3dbf849ce Add important category (#30920)
     add 883c339372d Add a cross language yaml test.
     add b05a9c7593a Add parquet, avro, and text tests.
     add 0c85f0d5bbb Add java mapping test.
     add 7ed6b6d5b5a Add tests for windowing and combining in java and Python.
     add 99df52cffea Reword docstring.
     new dac2bd87b2c Merge pull request #30880 [YAML] Adds several tests 
exercising the cross-language capabilities.

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/yaml/integration_tests.py  |   8 +-
 .../apache_beam/yaml/tests/{csv.yaml => avro.yaml} |   8 +-
 sdks/python/apache_beam/yaml/tests/java-map.yaml   |  74 +++++++++++++
 .../yaml/tests/{csv.yaml => parquet.yaml}          |   8 +-
 .../apache_beam/yaml/tests/{csv.yaml => sql.yaml}  |  58 ++++++----
 .../apache_beam/yaml/tests/{csv.yaml => text.yaml} |  20 ++--
 sdks/python/apache_beam/yaml/tests/windowing.yaml  | 122 +++++++++++++++++++++
 sdks/python/apache_beam/yaml/yaml_combine.py       |   1 -
 sdks/python/apache_beam/yaml/yaml_provider.py      |   6 +-
 9 files changed, 257 insertions(+), 48 deletions(-)
 copy sdks/python/apache_beam/yaml/tests/{csv.yaml => avro.yaml} (91%)
 create mode 100644 sdks/python/apache_beam/yaml/tests/java-map.yaml
 copy sdks/python/apache_beam/yaml/tests/{csv.yaml => parquet.yaml} (90%)
 copy sdks/python/apache_beam/yaml/tests/{csv.yaml => sql.yaml} (50%)
 copy sdks/python/apache_beam/yaml/tests/{csv.yaml => text.yaml} (75%)
 create mode 100644 sdks/python/apache_beam/yaml/tests/windowing.yaml

Reply via email to