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?
A clear and concise description of the bug.
How can one reproduce the bug?
What is the expected behavior?
We want to be able to SELECT on unsupported complex types (such as geo_point, ip, and knn_vector) so that we can read the data. Adding support for opensearch functions, but the user should be able to do a SELECT * on all datasets.
SELECT * FROM eCommerce
SELECT geoip.location FROM eCommerce GROUP BY geoip.location
acarbonetto
changed the title
[BUG] SELECT, WHERE, and GROUP BY on geo_point, ip, and knn_vector
[BUG] SELECT, WHERE, and GROUP BY on geo_point, ip, ranges, shape, and knn_vector
Jun 26, 2023
What is the bug?
A clear and concise description of the bug.
How can one reproduce the bug?
What is the expected behavior?
We want to be able to
SELECT
on unsupported complex types (such asgeo_point
,ip
, andknn_vector
) so that we can read the data. Adding support for opensearch functions, but the user should be able to do a SELECT * on all datasets.see:
https://github.com/opensearch-project/sql/blob/main/opensearch/src/main/java/org/opensearch/sql/opensearch/data/type/OpenSearchDataType.java
What is your host/environment?
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: