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

### Description Ensure `MAJOR_VERSION.x` branch exists, the `main` branch acts as source of truth effectively working on 2 versions at the same time. ### Related META issue https://github.com/opensearch-project/opensearch-plugins/issues/142 ### Current...

enhancement
v2.2.0

# Open-Search Graph Planning ## General The purpose of this document is to create a high level plan for a graph engine on-top of the open-search engine which will be...

enhancement

# Create & Use API for Dataset catalog ## General This document will describe the way to add external API support for dataset discovery during query analysis phase. - It...

enhancement

**Is your feature request related to a problem?** Currently basic auth is non-preemptive that expect an authenticate header (`WWW-Authenticate: Basic ...`) from the server. There is problem when server responds...

enhancement
JDBC

* Category: Enhancement * Scope: Epic ## Catalog The purpose of this feature (enhancement) is to explain and discuss the need for a generalized metadata knowledge catalog . - It...

enhancement

A query with `implicit join` returns very strange results: * column names * column list * rows number ```console opensearchsql> select * from logs, location limit 1; Output longer than...

bug

**How can one reproduce the bug?** Steps to reproduce the behavior: 1. Import test data set (run from root of SQL plugin repo) ```bash curl -s -XPOST localhost:9200/beer.stackexchange/_bulk -H 'Content-Type:...

bug

**How can one reproduce the bug?** Steps to reproduce the behavior: 1. Import test data set (run from root of SQL plugin repo) ```bash curl -s -XPOST localhost:9200/beer.stackexchange/_bulk -H 'Content-Type:...

bug

This is a component issue for __2.1.0__. Coming from [opensearch-build#1818](https://github.com/opensearch-project/opensearch-build/issues/1818). Please follow the following checklist. __Please refer to the DATES in that post__. How to use this issue ## This...

v2.1.0

* Category: Enhancement * Scope: Planning # Open-Catalog - Planning (metadata catalog) ## General The purpose of this document is to create a high level plan for a metadata catalog...

enhancement