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/07/02 04:12:45 UTC

[beam] branch nightly-refs/heads/master updated (32efddcf6d7 -> eb5b7cc256d)

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 32efddcf6d7 Fix #21977: Add Search transform to Go FhirIO (#21979)
     add cd6bb9569e5 Deprecate runner support for Spark 2.4 (closes #22094)
     add 680ed5b3a49 Merge pull request #22097 from mosche/22094-DeprecateSpark2
     add 07658c6cce9 Python: Use RowTypeConstraint for normalizing all schema-inferrable user types (#22066)
     add d032431670d changing nameBase value to Java_GCP_IO_Direct (#22128)
     add eb5b7cc256d Bump dataflow fnapi java sdk version (#22127)

No new revisions were added by this update.

Summary of changes:
 .../job_PreCommit_Java_GCP_IO_Direct.groovy        |   2 +-
 CHANGES.md                                         |   1 +
 runners/google-cloud-dataflow-java/build.gradle    |   2 +-
 .../spark/translation/SparkContextFactory.java     |   8 +-
 sdks/python/apache_beam/typehints/row_type.py      |  85 +++++++++++-
 sdks/python/apache_beam/typehints/schemas.py       |  89 +++++++------
 sdks/python/apache_beam/typehints/schemas_test.py  | 146 ++++++++++++---------
 .../apache_beam/typehints/trivial_inference.py     |   9 +-
 .../site/content/en/documentation/runners/spark.md |  15 ++-
 9 files changed, 236 insertions(+), 121 deletions(-)