You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "DevPJ9 (via GitHub)" <gi...@apache.org> on 2023/04/12 15:33:43 UTC

[GitHub] [beam] DevPJ9 commented on a diff in pull request #26154: Added checkpoints description. Resolves : Improve checkpoints documentation #19708

DevPJ9 commented on code in PR #26154:
URL: https://github.com/apache/beam/pull/26154#discussion_r1164308216


##########
sdks/java/core/src/main/java/org/apache/beam/sdk/io/UnboundedSource.java:
##########
@@ -100,6 +100,8 @@ public boolean requiresDeduping() {
    * org.apache.beam.sdk.io.UnboundedSource.UnboundedReader}.
    *
    * <p>For example, this could be offsets in a set of files being read.
+   *
+   * <p>Note that: The implementations of this interface should be encodable (have an associated Coder).

Review Comment:
   Ok. should I commit again after executing `./gradlew :sdks:java:core:spotlessApply` ?



-- 
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