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 391dbf6b243 SolaceIO.read: Encode url parameters in REST requests.
(#32133)
add e6c42d2dd82 update runner image (#32220)
add e4f2322453d Remove executable non-python blocks from Gemma 2 notebook
(#32219)
add 8c0fbf75c3a Replacing Jackson Factory with Gson Factory and further
code updation (#32158)
add 88713ace637 [prism] rename watermarkRefreshs concept to changedStages.
(#32233)
add aa13a692cd8 Add hard delete function to multi_process_shared (#32238)
add 872a97f15d5 [#32080] Remove restriction on requests package (#32236)
add bed2e562ece Update ClickHouseIO to use the latest version of the
ClickHouse JDBC driver (0.6.4) (#32229)
add 6b4a7a5d73e feat: optimize Spanner changestream metadata table (#32213)
add e2bf5d6dbe3 Add basic testing for yaml join docs.
add 7f1c7f4d8df make linter happy
add 38dfbd4c35e Merge pull request #32141 Add basic testing for yaml join
docs.
add 106ba39a3fd Update beam-master to 20240819 (#32240)
add 9888900b5db Include Iceberg Hive runtime dependencies in IO expansion
service container (#32232)
add 68ddd9dc7b9 add a pattern for using a shared object as a cache
add afb6a09094b apply suggestions from code review
add 049b478ddd9 fix whitespace error
add d34c927e57e Apply suggestions from code review
add 067d6b8edc6 Merge pull request #32187 from
jaehyeon-kim/feature/add-shared-class-examples
No new revisions were added by this update.
Summary of changes:
.../arc/environments/beam.env | 6 +-
.../IO_Iceberg_Integration_Tests.json | 2 +-
.test-infra/dockerized-jenkins/plugins.txt | 2 +-
CHANGES.md | 1 +
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 4 +-
.../gemma_2_sentiment_and_summarization.ipynb | 15 ++--
runners/google-cloud-dataflow-java/build.gradle | 4 +-
.../runners/dataflow/util/PackageUtilTest.java | 4 +-
.../graph/LengthPrefixUnknownCodersTest.java | 10 +--
.../dataflow/worker/testing/GenericJsonAssert.java | 8 +-
.../worker/testing/GenericJsonMatcher.java | 8 +-
.../prism/internal/engine/elementmanager.go | 96 ++++++++++++----------
.../runners/prism/internal/engine/teststream.go | 12 +--
.../google-cloud-platform-core/build.gradle | 2 +-
.../beam/sdk/extensions/gcp/util/Transport.java | 4 +-
.../beam/sdk/extensions/gcp/util/GcsUtilTest.java | 10 +--
...LatencyRecordingHttpRequestInitializerTest.java | 4 +-
.../gcp/util/RetryHttpRequestInitializerTest.java | 4 +-
sdks/java/io/clickhouse/build.gradle | 2 +-
.../beam/sdk/io/clickhouse/ClickHouseIO.java | 4 +-
.../beam/sdk/io/clickhouse/ClickHouseWriter.java | 6 +-
.../beam/sdk/io/clickhouse/ClickHouseIOTest.java | 29 +++----
sdks/java/io/expansion-service/build.gradle | 7 +-
sdks/java/io/google-cloud-platform/build.gradle | 2 +-
.../io/gcp/healthcare/HttpHealthcareApiClient.java | 4 +-
.../dao/PartitionMetadataAdminDao.java | 83 +++++++++++++++----
.../io/gcp/bigquery/BigQueryServicesImplTest.java | 6 +-
.../beam/sdk/io/gcp/healthcare/FhirIOTestUtil.java | 5 +-
.../dao/PartitionMetadataAdminDaoTest.java | 29 +++++--
sdks/java/io/iceberg/hive/build.gradle | 4 +-
.../apache_beam/runners/dataflow/internal/names.py | 2 +-
.../apache_beam/utils/multi_process_shared.py | 23 ++++++
.../apache_beam/utils/multi_process_shared_test.py | 43 ++++++++++
sdks/python/apache_beam/yaml/readme_test.py | 39 +++++++--
sdks/python/apache_beam/yaml/yaml_join.py | 3 +-
sdks/python/setup.py | 4 +-
.../content/en/documentation/patterns/overview.md | 4 +
.../en/documentation/patterns/shared-class.md | 93 +++++++++++++++++++++
.../content/en/documentation/sdks/yaml-join.md | 2 +-
.../partials/section-menu/en/documentation.html | 1 +
40 files changed, 428 insertions(+), 163 deletions(-)
create mode 100644
website/www/site/content/en/documentation/patterns/shared-class.md