[
https://issues.apache.org/jira/browse/BEAM-11042?focusedWorklogId=496949&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-496949
]
ASF GitHub Bot logged work on BEAM-11042:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Oct/20 21:36
Start Date: 07/Oct/20 21:36
Worklog Time Spent: 10m
Work Description: kennknowles commented on pull request #13043:
URL: https://github.com/apache/beam/pull/13043#issuecomment-705207247
As it turns out, I tested this on a branch where I had removed
`CreatePCollectionView` from the expansion, and when it is added batch
everything crashes of course because a primitive handler is missing.
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 496949)
Time Spent: 20m (was: 10m)
> Direct runner should not depend on deprecated CreatePCollectionView primitive
> -----------------------------------------------------------------------------
>
> Key: BEAM-11042
> URL: https://issues.apache.org/jira/browse/BEAM-11042
> Project: Beam
> Issue Type: Improvement
> Components: runner-direct
> Reporter: Kenneth Knowles
> Assignee: Kenneth Knowles
> Priority: P2
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The current translation of side inputs into evaluation steps in the direct
> runner depends on the SDK inserting a CreatePCollectionView primitive that
> the direct runner can translate. Instead, this should be done by just looking
> at the side inputs of the ParDo steps in the pipeline.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)