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

   ### What happened?
   
   The named output is not preserved after expansion from python expansion 
service results in a panic.
   Code:
   ```
   namedOutput := map[string]typex.FullType{"setOutput": typex.New(outputT)}
   result := beam.CrossLanguage(s, 
"beam:transforms:python:fully_qualified_named", pl, cfg.expansionAddr, 
beam.UnnamedInput(col), namedOutput)
   return result["setOutput"]
   ```
   
   It throws:
   ```
   panic: missing named output in expanded transform: setOutput is expected in 
map[None:vAnPEWLGQg_PCollection_PCollection_2] [recovered]
           panic: missing named output in expanded transform: setOutput is 
expected in map[None:vAnPEWLGQg_PCollection_PCollection_2]
   ```
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: sdk-go


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