You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by GitBox <gi...@apache.org> on 2020/02/28 21:31:51 UTC

[GitHub] [beam] kennknowles commented on a change in pull request #11004: Adds DisplayData for StateSpecs used by stateful ParDos

kennknowles commented on a change in pull request #11004: Adds DisplayData for StateSpecs used by stateful ParDos
URL: https://github.com/apache/beam/pull/11004#discussion_r385930889
 
 

 ##########
 File path: sdks/java/core/src/main/java/org/apache/beam/sdk/coders/SerializableCoder.java
 ##########
 @@ -224,6 +224,11 @@ public int hashCode() {
     return typeDescriptor;
   }
 
+  @Override
+  public String toString() {
 
 Review comment:
   This should be more of a debug string where no info is skipped, like `MoreObjects.toStringHelper(this).add(clazz)`

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services