-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[query] Preserve field order in StructExpression.rename (#14807)
Either set construction from an iterator or set difference is not order preserving. If we iterate through the struct fields in order, then our select inside of rename will preserve order for existing fields. Brief description and justification of what this PR is doing. ## Security Assessment Delete all except the correct answer: - This change has no security impact ### Impact Description Query only. Simply causes a single iteration to happen in a different order.
- Loading branch information
1 parent
61955df
commit 3080087
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters