sql
sql copied to clipboard
Query your data using familiar SQL or intuitive Piped Processing Language (PPL)
**Describe the bug** Hello everyone, Is there anyone here familiar with using SQL on OpenSearch? We are encountering errors when running our queries and would greatly appreciate any assistance or...
### Description [Describe what this change achieves] ### Related Issues Resolves https://github.com/opensearch-project/sql/issues/4931 ### Check List - [ ] New functionality includes testing. - [ ] New functionality has been documented....
### Description #4844 converted `dedup` to TopHits Agg. But failed to parse dedup column if the column is a child of Object field. #4360 restored the internal primitive value in...
### Description This PR continues the work done in PR #4816 to add frequent used queries to the big5 workload based on gap analysis between existing benchmarks and frequent used...
## 1. Summary This RFC proposes a solution for OpenSearch PPL to support schema-on-read data sources where fields and types are unknown until data reading begins. The proposal focuses on...
### Description Support enumerable TopK, check #4982 for details. The `CalciteEnumerableTopK` is derived from `EnumerableLimitSort` which has the corrected cost computation. ### Related Issues Resolves #4982 ### Check List -...
### Description Previously, we have implemented our own type checking mechanism due to a lacking of SQL validation phase, which relies on `SqlNode`, and compatibility issues with user-defined types. With...