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
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?
Create arbitrary skipping index
Create a empty OpenSearch index with prefix flint_spark_catalog_
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.
The text was updated successfully, but these errors were encountered:
What is the bug?
SHOW FLINT INDEX
statement failed if there is user index that happen to have Flint prefixflint_
. This issue should apply to allSHOW
andDESCRIBE
statement because all of them make use of samedescribeIndex
anddescribeIndexes
API inFlintSpark
underlying.How can one reproduce the bug?
flint_spark_catalog_
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.
The text was updated successfully, but these errors were encountered: