[
https://issues.apache.org/jira/browse/BEAM-5504?focusedWorklogId=491071&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-491071
]
ASF GitHub Bot logged work on BEAM-5504:
----------------------------------------
Author: ASF GitHub Bot
Created on: 25/Sep/20 13:39
Start Date: 25/Sep/20 13:39
Worklog Time Spent: 10m
Work Description: piotr-szuberski commented on a change in pull request
#12780:
URL: https://github.com/apache/beam/pull/12780#discussion_r494198255
##########
File path:
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/transforms/DropFields.java
##########
@@ -85,9 +85,8 @@ private Inner(FieldAccessDescriptor fieldsToDrop) {
FieldAccessDescriptor complement(Schema inputSchema, FieldAccessDescriptor
input) {
// Create a FieldAccessDescriptor that select all fields _not_ selected
in the input
- // descriptor. Maintain
- // the original order of the schema.
- Set<String> fieldNamesToSelect = Sets.newHashSet();
+ // descriptor. Maintain the original order of the schema.
+ List<String> fieldNamesToSelect = newArrayList();
Review comment:
You're definitely right, I've done it here:
https://github.com/apache/beam/pull/12928
----------------------------------------------------------------
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: 491071)
Time Spent: 8h 40m (was: 8.5h)
> PubsubAvroTable
> ---------------
>
> Key: BEAM-5504
> URL: https://issues.apache.org/jira/browse/BEAM-5504
> Project: Beam
> Issue Type: New Feature
> Components: dsl-sql
> Reporter: Rui Wang
> Assignee: Piotr Szuberski
> Priority: P2
> Time Spent: 8h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)