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

[BUG] Show index statement failed if user index name has Flint prefix #295

Closed
dai-chen opened this issue Mar 26, 2024 · 0 comments · Fixed by #296
Closed

[BUG] Show index statement failed if user index name has Flint prefix #295

dai-chen opened this issue Mar 26, 2024 · 0 comments · Fixed by #296
Assignees
Labels
bug Something isn't working

Comments

@dai-chen
Copy link
Collaborator

What is the bug?

SHOW FLINT INDEX statement failed if there is user index that happen to have Flint prefix flint_. This issue should apply to all SHOW and DESCRIBE statement because all of them make use of same describeIndex and describeIndexes API in FlintSpark underlying.

How can one reproduce the bug?

  1. Create arbitrary skipping index
  2. Create a empty OpenSearch index with prefix flint_spark_catalog_
  3. Run SHOW FLINT INDEX IN spark_catalog

What is the expected behavior?

Invalid index should be ignored, otherwise one such index will make all show and desc statement unusable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging a pull request may close this issue.

1 participant