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

CREATE INDEX IF NOT EXISTS is broken. #1337

Merged

Conversation

Chitti-Ankith
Copy link
Contributor

@Chitti-Ankith Chitti-Ankith commented Nov 2, 2023

This PR fixes an issue in CREATE INDEX IF NOT EXISTS command wherein if 'IF NOT EXISTS' is passed, we had an unreferenced variable issue. Added Unit Tests to check the correctness of both the cases.

Also reverted the index changes while merging dataframes after vector scan, as it's failing for some cases where indexes can be undefined.

Copy link
Collaborator

@xzdandy xzdandy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@xzdandy xzdandy added the Bug 🐞 EVA is not working as expected label Nov 3, 2023
@xzdandy xzdandy added this to the v0.3.9 milestone Nov 3, 2023
@Chitti-Ankith Chitti-Ankith merged commit c296318 into georgia-tech-db:staging Nov 3, 2023
7 checks passed
@Chitti-Ankith Chitti-Ankith deleted the create_index_bug branch November 3, 2023 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐞 EVA is not working as expected
Projects
Development

Successfully merging this pull request may close these issues.

2 participants