Skip to content

Do not use set for columns in index #52

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

Merged

Conversation

LuckySting
Copy link
Contributor

Problem

Now the set is used as collection of columns and cover columns of index in compiler. Which may lead to random order of columns in index.

Proposed solution

Use list and dict, which preserve an original order of elements

@rekby rekby merged commit 571c373 into ydb-platform:main Jun 27, 2024
5 checks passed
@rekby
Copy link
Member

rekby commented Jun 27, 2024

Thanks for the PR :)

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

Successfully merging this pull request may close these issues.

2 participants