You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/12/16 22:04:33 UTC

[GitHub] [beam] lukecwik commented on a change in pull request #16252: [BEAM-13015] Add a state backed iterable that can be mutated under certain circumstances.

lukecwik commented on a change in pull request #16252:
URL: https://github.com/apache/beam/pull/16252#discussion_r770951681



##########
File path: sdks/java/fn-execution/src/main/java/org/apache/beam/sdk/fn/stream/DataStreams.java
##########
@@ -181,12 +181,14 @@ public DataStreamDecoder(Coder<T> coder, PrefetchableIterator<ByteString> inputS
       this.inbound = new Inbound();
     }
 
-    public void seekToNextByteString() {

Review comment:
       Its internal.
   
   Also hasn't been part of a release yet either since it was submitted only a few days ago.




-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org