sql
sql copied to clipboard
Query your data using familiar SQL or intuitive Piped Processing Language (PPL)
### 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...
# 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...
# 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...
**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...
* 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...
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...
**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:...
**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:...
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...
* 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...