You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2022/08/04 04:53:20 UTC

[beam] branch nightly-refs/heads/master updated (74a534b3c0a -> 720ee14e9c5)

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 74a534b3c0a [CdapIO] Add integration tests for CdapIO (Batch) (#22313)
     add 4ca749dcb72 Bugfix: Fix broken assertion in PipelineTest (#22485)
     add 7ddf0c2f35c Mention Java RunInference support in the Website
     add bf39489b2a1 Merge pull request #22557: Mention Java RunInference support in the Website
     add 7309d210dfa Update run_inference_basic.ipynb
     add 1d22d7bc9fb  Update run_inference_basic.ipynb #22567
     add d357d035812 Update CHANGE.md after 2.41.0 cut (#22577)
     add 5b1e1520b97 Convert to BeamSchema type from ReadfromBQ (#17159)
     add 720ee14e9c5 Fix deleteTimer in InMemoryTimerInternals and enable VR tests for GroupIntoBatches. (#22525)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |  34 +++-
 .../notebooks/beam-ml/run_inference_basic.ipynb    |   2 +-
 .../beam/runners/core/InMemoryTimerInternals.java  |  18 +-
 .../spark/translation/TransformTranslator.java     |  12 +-
 .../java/org/apache/beam/sdk/PipelineTest.java     |  11 +-
 .../beam/sdk/transforms/GroupIntoBatchesTest.java  |  63 +++++--
 sdks/python/apache_beam/io/gcp/bigquery.py         |  49 +++++-
 .../apache_beam/io/gcp/bigquery_read_it_test.py    |  80 +++++++++
 .../apache_beam/io/gcp/bigquery_schema_tools.py    | 119 +++++++++++++
 .../io/gcp/bigquery_schema_tools_test.py           | 186 +++++++++++++++++++++
 .../documentation/sdks/python-machine-learning.md  |   4 +
 11 files changed, 546 insertions(+), 32 deletions(-)
 create mode 100644 sdks/python/apache_beam/io/gcp/bigquery_schema_tools.py
 create mode 100644 sdks/python/apache_beam/io/gcp/bigquery_schema_tools_test.py