Heejong Lee created BEAM-8905:
---------------------------------
Summary: matching Java PCollectionTuple translation naming
convention with index only
Key: BEAM-8905
URL: https://issues.apache.org/jira/browse/BEAM-8905
Project: Beam
Issue Type: Improvement
Components: java-fn-execution
Reporter: Heejong Lee
Assignee: Heejong Lee
Python PCollectionTuple is translated to an index-keyed map e.g.
\{0->pcollection1, 1->pcollection2}, however Java PCollectionTuple is
translated to slightly different formats such as \{output_0->pcollection1,
output_1->pcollection2}. We need to match these naming conventions.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)