dpcollins-google commented on code in PR #22612:
URL: https://github.com/apache/beam/pull/22612#discussion_r940543440
##########
sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/pubsublite/internal/SubscribeTransform.java:
##########
@@ -134,19 +160,28 @@ private TopicPath getTopicPath() {
}
}
- @Override
- public PCollection<SequencedMessage> expand(PBegin input) {
- PCollection<SubscriptionPartition> subscriptionPartitions;
- subscriptionPartitions =
+ @SuppressWarnings("unused")
+ private PCollection<SequencedMessage> expandSdf(PBegin input) {
Review Comment:
Per offline discussion: this will happen in a child once this PR is merged.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]