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 22:02:14 UTC

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

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

 ##########
 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:
   I've added the type here

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