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
What is the bug?
Field with score is not supported and causing fallback to legacy query processing.
How can one reproduce the bug?
N/A (Fallback will occur as if the query is handled properly. However if any new feature in v2 used, the legacy code throws exception)
What is the expected behavior? score can be present in index or field name.
What is the bug?
Field with
score
is not supported and causing fallback to legacy query processing.How can one reproduce the bug?
N/A (Fallback will occur as if the query is handled properly. However if any new feature in v2 used, the legacy code throws exception)
What is the expected behavior?
score
can be present in index or field name.What is your host/environment?
Do you have any screenshots?
N/A
Do you have any additional context?
Code related: https://github.com/opensearch-project/sql/blob/main/sql/src/main/antlr/OpenSearchSQLIdentifierParser.g4#L60
The text was updated successfully, but these errors were encountered: