sql icon indicating copy to clipboard operation
sql copied to clipboard

Query your data using familiar SQL or intuitive Piped Processing Language (PPL)

Results 571 sql issues
Sort by recently updated
recently updated
newest added

**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...

bug

### 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....

enhancement

### 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...

bugFix

- Incremented version to **3.5.0-SNAPSHOT**.

v3.5.0

- Incremented version to **2.19.5-SNAPSHOT**.

v2.19.5

### 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...

PPL
RFC

### 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 -...

enhancement

### 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...

enhancement
calcite