Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retain the ordering of fields in the table schema when creating the projection for an update plan #5052

Closed
avantgardnerio opened this issue Jan 24, 2023 · 0 comments · Fixed by #5053
Labels
enhancement New feature or request

Comments

@avantgardnerio
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

Presently, when planning an update statement, the order of the fields gets alphabetized due to the use of a BTreeMap. It would be tidier (and solve a bug in our own project) if the order was guaranteed to be the same as the order in the shema of the table.

Describe the solution you'd like

Remove the BTreeMap

Describe alternatives you've considered

Force consumers to be tolerant of order differences.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant