You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: