[
https://issues.apache.org/jira/browse/BEAM-5649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16639559#comment-16639559
]
Maximilian Michels commented on BEAM-5649:
------------------------------------------
Another solution that we discussed in
https://github.com/apache/beam/pull/6523#issuecomment-427160991 was to
construct a different graph for the portable pipelines. This has the drawback
that the graphs generation logic can't be shared across non-portable and
portable pipelines.
> Remove deprecated primitive CREATE_VIEW transform from Runner API
> -----------------------------------------------------------------
>
> Key: BEAM-5649
> URL: https://issues.apache.org/jira/browse/BEAM-5649
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Maximilian Michels
> Priority: Minor
> Labels: portability
>
> The deprecated {{CREATE_VIEW}} transform is still generated as part of the
> Java SDK pipeline construction but not as part of the Python SDK. We had
> previously removed support for the transform in the Portable FlinkRunner
> because end-to-end tests were only run with Python. Since the Java SDK still
> generates the transform we've re-added support for it but would like to
> eventually get it removed.
> This issue tracks removal of the transform from the Runner API. The transform
> can stay in the non-portable Runner pipeline translation.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)