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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]