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?** Currently in OpenSearch, SQL doesn't support update or evaluate nested fields like PPL. To make them align, we may need to make...

enhancement

**What is the bug?** I am using opensearch-java client 2.12.0 **Describe the issue**: I have a specific requirement where I will be using aggregations on a index, but I want...

bug

### Description Add a rule EvalPushDown.PUSH_DOWN_SORT, this rule will push down limit under eval. Thus, sort has chance to be pushed down into TableScanBuilder later. For now, it only supports...

### Description Allows for join operations on indexes whose names start with periods. ### Related Issues Resolves #2550 ### Check List - [X] New functionality includes testing. - [X] New...

2 When the feature of PPL JOIN command is stable, provide JOIN syntax in SQL then. Set the v2 implementation as default, but keep v1's as fallback util the implementation...

enhancement