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

Kenneth Knowles updated BEAM-10960:
-----------------------------------
    Resolution: Fixed
        Status: Resolved  (was: Resolved)

Hello! Due to a bug in our Jira configuration, this issue had status:Resolved 
but resolution:Unresolved.

I am bulk editing these issues to have resolution:Fixed

If a different resolution is appropriate, please change it. To do this, click 
the "Resolve" button (you can do this even for closed issues) and set the 
Resolution field to the right value.

> DropFields transform doesn't maintain the original order of fields
> ------------------------------------------------------------------
>
>                 Key: BEAM-10960
>                 URL: https://issues.apache.org/jira/browse/BEAM-10960
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>    Affects Versions: 2.14.0, 2.15.0, 2.16.0, 2.17.0, 2.18.0, 2.19.0, 2.20.0, 
> 2.21.0, 2.22.0, 2.23.0, 2.24.0, 2.25.0
>            Reporter: Piotr Szuberski
>            Assignee: Piotr Szuberski
>            Priority: P2
>              Labels: Done
>             Fix For: 2.26.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> DropFields complement method is supposed to maintain the schema's original 
> order but there is Set used instead of List.
> Set<String> fieldNamesToSelect = Sets.newHashSet();
> should be
> List<String> fieldNamesToSelect = newArrayList();



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

Reply via email to