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

**Is your feature request related to a problem?** A simple self contained way to get the PPL grammar description and usage example, this would also allow new users to get...

enhancement
PPL

**High level Review** The OpenSearch Piped Processing Language (PPL) currently lacks some advanced statistical aggregation capabilities similar to those provided by the `eventstats` command in Splunk Search Processing Language (SPL)....

enhancement
PPL

**Is your feature request related to a problem?** Current `CASE` functionality syntax is only available in SQL query, this functionality is important for actual use cases for Observability and in...

enhancement
PPL

**Is your feature request related to a problem?** As part of the OpenSearch standard query DSL a `took` metadata field which counts the amount of time the query executed is...

enhancement
PPL

- Incremented version to **1.3.20-SNAPSHOT**.

v1.3.20

The integration test failed at distribution level for component sqlVersion: 1.3.19Distribution: zipArchitecture: x64Platform: windowsPlease check the logs: https://build.ci.opensearch.org/job/integ-test/8539/display/redirect * Test-report manifest:* - https://ci.opensearch.org/ci/dbc/integ-test/1.3.19/10202/windows/x64/zip/test-results/8539/integ-test/test-report.yml _Note: Steps to reproduce, additional logs and...

autocut
integ-test-failure
windows:zip:x64
v1.3.19

This is a component issue for `2.17.0`. Coming from https://github.com/opensearch-project/opensearch-build/issues/4908. Please follow the following checklist. __Please refer to the DATES in that post__. How to use this issue ## This...

release
v2.17.0

### Description This PR is the part 1 of supporting native join command. Check https://github.com/opensearch-project/sql/issues/2913 to get the whole implementation plan. This PR includes - In logical, support two-tables join...

Reference PR https://github.com/opensearch-project/sql/pull/2703/files#diff-8641a3f03cc2042ce99a65d9849b79069b163aca37445d9f7bb44329e10c3d11R292

bug