You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 18:15:11 UTC

[GitHub] [beam] damccorm opened a new issue, #20590: Elminate CreatePCollectionView pseudo-"primitive"

damccorm opened a new issue, #20590:
URL: https://github.com/apache/beam/issues/20590

   Currently each `PCollectionView` is "created" by a primitive `CreatePCollectionView` primitive in the Java SDK. This is an artifact of how runners translated the `View` transforms.
   
   But in portability (and actually before that) PCollectionView is just a POJO of metadata for how to read a PCollection as a side input. It is PValue to the Java SDK but in portability there is only one kind of value: PCollection.
   
   Runners should not depend on the exact expansion of the `View` transforms.
   
   Until they are all migrated off of it, the transform must be left in the expanion, so runners who are migrated off of it will need to remove it from their translation or insert a noop.
   
   Imported from Jira [BEAM-11049](https://issues.apache.org/jira/browse/BEAM-11049). Original Jira may contain additional context.
   Reported by: kenn.
   This issue has child subcomponents which were not migrated over. See the original Jira for more information.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org