robertwb commented on code in PR #30403:
URL: https://github.com/apache/beam/pull/30403#discussion_r1501133515


##########
sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/PTransform.java:
##########
@@ -143,6 +143,9 @@
  */
 public abstract class PTransform<InputT extends PInput, OutputT extends 
POutput>
     implements Serializable /* See the note above */, HasDisplayData {
+
+  private static final long serialVersionUID = 3383862966597863311L;

Review Comment:
   Ack. Hopefully we can clean this up in the future. 



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

Reply via email to