lukecwik commented on a change in pull request #11821:
URL: https://github.com/apache/beam/pull/11821#discussion_r440436806



##########
File path: sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/View.java
##########
@@ -496,6 +622,22 @@ public void processElement(@Element T element, 
OutputReceiver<KV<Void, T>> r) {
     }
   }
 
+  /** An identity {@link PTransform}. */
+  private static class IdentityTransform<T> extends PTransform<PCollection<T>, 
PCollection<T>> {

Review comment:
       Not any more. It was used in a much earlier version.




----------------------------------------------------------------
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:
[email protected]


Reply via email to