This is an automated email from the ASF dual-hosted git repository.
boyuanz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 4bdafec Merge pull request #13734 from [BEAM-11497] Avoid
zerodivision error in custom BQ source
new c9004b2 feat: Add partition increase handling to PubsubLiteIO
new b109e21 fix: Ensure manually set partitions are not ignored.
new 3ca4360 fix: Format
new 1db9ec3 fix: Format
new 49c5ed0 fix: Remove guava usage.
new 6a70085 fix: docs
new 343a847 Merge pull request #13567 from [BEAM-10114] Add partition
increase handling to PubsubLiteIO
The 30242 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:
.../sdk/io/gcp/pubsublite/SubscribeTransform.java | 40 ++++++--
.../sdk/io/gcp/pubsublite/SubscriberOptions.java | 30 +-----
.../pubsublite/SubscriptionPartitionLoader.java | 102 +++++++++++++++++++++
.../SubscriptionPartitionLoaderTest.java | 84 +++++++++++++++++
4 files changed, 221 insertions(+), 35 deletions(-)
create mode 100644
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/pubsublite/SubscriptionPartitionLoader.java
create mode 100644
sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/pubsublite/SubscriptionPartitionLoaderTest.java