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

[FEATURE] Exclude logical deleted Flint index from query rewrite #272

Closed
dai-chen opened this issue Mar 7, 2024 · 0 comments
Closed

[FEATURE] Exclude logical deleted Flint index from query rewrite #272

dai-chen opened this issue Mar 7, 2024 · 0 comments
Assignees
Labels
0.3 enhancement New feature or request

Comments

@dai-chen
Copy link
Collaborator

dai-chen commented Mar 7, 2024

Is your feature request related to a problem?

This task follows up on #104. Presently, the Flint optimizer merely verifies the existence of a Flint index on the table. The query rewriter should refrain from considering a logically deleted Flint index.

What solution would you like?

Within the query rewriter, incorporate a check for the state of the Flint index and exclude it if its status is DELETED.

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

No branches or pull requests

1 participant