johnjcasey commented on code in PR #28596:
URL: https://github.com/apache/beam/pull/28596#discussion_r1377895125
##########
sdks/java/core/src/main/java/org/apache/beam/sdk/coders/Coder.java:
##########
@@ -113,6 +113,9 @@ public String toString() {
/**
* Encodes the given value of type {@code T} onto the given output stream.
+ * Multiple elements can be encoded next to each other on the output stream,
+ * each coder should encode information to know how many bytes to read when
decoding.
+ * A common approach is to prefix the encoding with the elemen's encoded
length.
Review Comment:
typo in element on line 118
--
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]