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

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 160dffd88e5 Revert "fix: add topic existing validation (#32465)" 
(#32572)
     add c2c640f8c33 Update CHANGES for recent fixes, improvements. (#32568)
     add 7f849eb49a9 Add test case
     add 4661b14017f reverse ordering of test
     add 52b86c52a29 Update is_consistent_with
     add ad55edc3249 Update failing unit test to use str instead of int
     add 22ce9feddb9 update a couple more tests
     add 4309675e266 Merge pull request #32516 from hjtran/permissive_num_types
     add 271ea431156 BigQuery trim schema with selected fields (#32514)
     add ee604a5eb8a Improve BQ <-> Avro conversions (#32482)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   4 +
 .../sdk/io/gcp/bigquery/BigQueryAvroUtils.java     | 464 +++++++++------------
 .../beam/sdk/io/gcp/bigquery/BigQueryIO.java       |  33 +-
 .../io/gcp/bigquery/BigQueryQuerySourceDef.java    |   6 +-
 .../sdk/io/gcp/bigquery/BigQuerySourceBase.java    |   3 +-
 .../sdk/io/gcp/bigquery/BigQuerySourceDef.java     |   7 +-
 .../io/gcp/bigquery/BigQueryStorageSourceBase.java |  46 +-
 .../io/gcp/bigquery/BigQueryTableSourceDef.java    |   6 +-
 .../beam/sdk/io/gcp/bigquery/BigQueryUtils.java    | 103 ++++-
 .../sdk/io/gcp/bigquery/BigQueryAvroUtilsTest.java | 213 +++++++---
 .../gcp/bigquery/BigQueryIOStorageQueryTest.java   |  12 +-
 .../io/gcp/bigquery/BigQueryIOStorageReadTest.java |  15 +-
 .../sdk/io/gcp/bigquery/BigQueryUtilsTest.java     |  25 ++
 ...QueryDirectReadSchemaTransformProviderTest.java |   3 +-
 .../apache_beam/transforms/ptransform_test.py      |   6 +-
 .../apache_beam/typehints/typed_pipeline_test.py   |  10 +-
 sdks/python/apache_beam/typehints/typehints.py     |   6 +
 .../python/apache_beam/typehints/typehints_test.py |  10 +-
 18 files changed, 547 insertions(+), 425 deletions(-)

Reply via email to