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