-
Notifications
You must be signed in to change notification settings - Fork 141
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
Better document limitation on Array support. #442
Comments
Similar issue. #235 |
@penghuo Adding one example for documentation. SQL plugin doesn't support Indexed Doc
SQL Query, Response
|
Just for reference: Presto/Trino supports array type by asking user to specific it in index mapping: https://trino.io/docs/current/connector/elasticsearch.html#array-types |
sql/core/src/main/java/org/opensearch/sql/analysis/ExpressionAnalyzer.java Lines 322 to 333 in b244f2e
|
Is your feature request related to a problem? Please describe.
Document current limitation on Array support.
https://github.com/opensearch-project/sql/blob/main/opensearch/src/main/java/org/opensearch/sql/opensearch/data/utils/OpenSearchJsonContent.java#L132
The text was updated successfully, but these errors were encountered: