You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Yueyang Qiu (Jira)" <ji...@apache.org> on 2019/09/18 18:37:00 UTC

[jira] [Assigned] (BEAM-7333) Select need the ability to rename fields

     [ https://issues.apache.org/jira/browse/BEAM-7333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yueyang Qiu reassigned BEAM-7333:
---------------------------------

    Assignee:     (was: Yueyang Qiu)

> Select need the ability to rename fields
> ----------------------------------------
>
>                 Key: BEAM-7333
>                 URL: https://issues.apache.org/jira/browse/BEAM-7333
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-java-core
>            Reporter: Reuven Lax
>            Priority: Major
>
> There needs to be a way to rename fields in Select - i.e. Select("field1").as("field2").
> While in many cases the RenameFields transform could be used, that doesn't help when a Select would return conflicting names - i.e. Select("a.c", "b.c"). In this case the Select transform would fail, because the output schema would have two fields of the same name. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)