Open pradeepthota07 opened 5 years ago
I have tried joining two indices similar to sql. Here are the observations below.
- I see it returns only max of 200 results and not all the results.
- Joins does not support the aggregate functions like count, max, min etc
PS: I am using opendistro 0.9.0
Any help is appreciated. Thanks
Thanks for reporting the issue. Please find the answer below.
LIMIT
in your query with a large number.Sort
operator for ORDER BY
and Project
for column projection: https://github.com/opendistro-for-elasticsearch/sql/tree/master/src/main/java/com/amazon/opendistroforelasticsearch/sql/query/planner/physical/node)
I have tried joining two indices similar to sql. Here are the observations below.
PS: I am using opendistro 0.9.0
Any help is appreciated. Thanks