AydarZaynutdinov commented on a change in pull request #15456:
URL: https://github.com/apache/beam/pull/15456#discussion_r702238481
##########
File path:
sdks/java/core/src/main/java/org/apache/beam/sdk/coders/SerializableCoder.java
##########
@@ -39,6 +39,9 @@
/**
* A {@link Coder} for Java classes that implement {@link Serializable}.
*
+ * <p>{@link SerializableCoder} should be used only for objects that have
proper equals() and
+ * hashCode()
Review comment:
Done.
--
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]