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

Fix index values #338

Merged
merged 4 commits into from
Apr 25, 2024
Merged

Fix index values #338

merged 4 commits into from
Apr 25, 2024

Conversation

apetenchea
Copy link
Member

Due to the addition of the optimizeTopK key in the index creation result (since 3.12 EE), some of our tests are failing. This PR acknowledges the existence of that key explicitly.

Also, I propagated the warning on the usage of hash and skiplist indexes to our driver. Currently users are not affected, but a first step is to remove their usages from our documentation and indicate a proper alternative. At some point, we'll have to patch these methods to use the persistent index internally, and eventually remove them from the driver.

@apetenchea apetenchea self-assigned this Apr 24, 2024
Copy link
Member

@aMahanna aMahanna left a comment

Choose a reason for hiding this comment

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

lgtm!

@apetenchea apetenchea merged commit 56b2a09 into main Apr 25, 2024
20 of 36 checks passed
@apetenchea apetenchea deleted the bug-fix/index-values branch April 25, 2024 10:49
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