Skip to content
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

OpenSearch function support #44

Open
dai-chen opened this issue May 13, 2021 · 1 comment
Open

OpenSearch function support #44

dai-chen opened this issue May 13, 2021 · 1 comment
Labels
enhancement New feature or request PPL Piped processing language Priority-High SQL

Comments

@dai-chen
Copy link
Collaborator

dai-chen commented May 13, 2021

Is your feature request related to a problem? Please describe.
Currently both SQL (new engine) and PPL doesn't support any OpenSearch functions. We should prioritize this, especially the most common full text search and aggregate functions.

Here are the feature requests from community:

  1. PPL stats did not support percentile function opendistro-for-elasticsearch/sql#1093: Percentile function support in PPL stats
  2. Geo function in aggregate query throws exception opendistro-for-elasticsearch/sql#1075: Geo function support in SQL
  3. Add Elasticsearch GEO_POINT support in New Query Engine. opendistro-for-elasticsearch/sql#878: Geo point support
  4. How to use group by date_histogram(field='timestamp','interval'='1m') in latest version? opendistro-for-elasticsearch/sql#530: Histogram
  5. Geopoint type is not supported in JDBC and raw formats opendistro-for-elasticsearch/sql#313: Geo point support

Geo point: opendistro-for-elasticsearch/sql#1064
Meta fields: opendistro-for-elasticsearch/sql#1038
Aggregate params: opendistro-for-elasticsearch/sql#615
Array data: opendistro-for-elasticsearch/sql#618

Describe the solution you'd like
Expose OpenSearch functions in SQL/PPL.

Describe alternatives you've considered
N/A

Additional context
Add any other context or screenshots about the feature request here.

@dai-chen
Copy link
Collaborator Author

dai-chen commented Aug 9, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request PPL Piped processing language Priority-High SQL
Projects
None yet
Development

No branches or pull requests

1 participant